This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /usr/bin/env python2.7 | |
| #coding=utf-8 | |
| """ | |
| Use scikit-learn to test different classifier's review helpfulness prediction performance, and test different feature subset's prediction performance | |
| This module is the last part of review helpfulness prediction research. | |
| """ | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %hello_world.tex | |
| \documentclass{book} | |
| \usepackage{ctex} | |
| \begin{document} | |
| 你好\LaTeX | |
| \end{document} |
OlderNewer