├── data
│ ├── all
│ │ └── all.zip
├── picture
│ └── sentence_length.png
├── readme.md
└── src
├── Model
│ ├── FastText.py
│ ├── NeuralBOW.py
│ ├── __init__.py
│ ├── textCnn.py
│ └── textLstm.py
├── count
│ ├── Counter.py
│ ├── __init__.py
│ └── pd_extract_feature.py
├── pkl
│ ├── test.pkl
│ └── train.pkl
├── preprocess.py
├── summary
├── test.py
└── train.py
preprocess.py:数据预处理和特征抽取
train.py:模型训练和评估
CementMaker/MovieReviewSentimentAnalysis
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|