├── 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:模型训练和评估
-
Notifications
You must be signed in to change notification settings - Fork 0
CementMaker/MovieReviewSentimentAnalysis
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
sentiment
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published