README.md 277 字节
Newer Older
D
dingsiyu 已提交
1
## 下载官方数据 (Download data)
D
dingsiyu 已提交
2 3 4

http://ai.stanford.edu/~amaas/data/sentiment/index.html

D
dingsiyu 已提交
5
## 运行预处理脚本 (Run preprocessing code)
D
dingsiyu 已提交
6 7

```python
D
dingsiyu 已提交
8
python multi_files_to_one.py # this will generate train/test txt
D
dingsiyu 已提交
9
```
D
dingsiyu 已提交
10
生成train.txt与test.txt文件至该文件夹下