## 下载官方数据 (Download data)
http://ai.stanford.edu/~amaas/data/sentiment/index.html
## 运行预处理脚本 (Run preprocessing code)
```python
python multi_files_to_one.py # this will generate train/test txt
```
生成train.txt与test.txt文件至该文件夹下