├── Any.py ├── data ├── data.txt ├── data1.txt └── data2.txt └── dict ├── degree_dict ├── insufficiently.txt ├── inverse.txt ├── ish.txt ├── more.txt ├── most.txt ├── over.txt └── very.txt ├── emotion_dict ├── neg_all_dict.txt ├── pos_all_dict.txt └── stop_words.txt ├── stopwords.txt └── userdict.txt /Any.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/l-passer/sentiment-analysis/HEAD/Any.py -------------------------------------------------------------------------------- /data/data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/l-passer/sentiment-analysis/HEAD/data/data.txt -------------------------------------------------------------------------------- /data/data1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/l-passer/sentiment-analysis/HEAD/data/data1.txt -------------------------------------------------------------------------------- /data/data2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/l-passer/sentiment-analysis/HEAD/data/data2.txt -------------------------------------------------------------------------------- /dict/degree_dict/insufficiently.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/l-passer/sentiment-analysis/HEAD/dict/degree_dict/insufficiently.txt -------------------------------------------------------------------------------- /dict/degree_dict/inverse.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/l-passer/sentiment-analysis/HEAD/dict/degree_dict/inverse.txt -------------------------------------------------------------------------------- /dict/degree_dict/ish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/l-passer/sentiment-analysis/HEAD/dict/degree_dict/ish.txt -------------------------------------------------------------------------------- /dict/degree_dict/more.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/l-passer/sentiment-analysis/HEAD/dict/degree_dict/more.txt -------------------------------------------------------------------------------- /dict/degree_dict/most.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/l-passer/sentiment-analysis/HEAD/dict/degree_dict/most.txt -------------------------------------------------------------------------------- /dict/degree_dict/over.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/l-passer/sentiment-analysis/HEAD/dict/degree_dict/over.txt -------------------------------------------------------------------------------- /dict/degree_dict/very.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/l-passer/sentiment-analysis/HEAD/dict/degree_dict/very.txt -------------------------------------------------------------------------------- /dict/emotion_dict/neg_all_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/l-passer/sentiment-analysis/HEAD/dict/emotion_dict/neg_all_dict.txt -------------------------------------------------------------------------------- /dict/emotion_dict/pos_all_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/l-passer/sentiment-analysis/HEAD/dict/emotion_dict/pos_all_dict.txt -------------------------------------------------------------------------------- /dict/emotion_dict/stop_words.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/l-passer/sentiment-analysis/HEAD/dict/emotion_dict/stop_words.txt -------------------------------------------------------------------------------- /dict/stopwords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/l-passer/sentiment-analysis/HEAD/dict/stopwords.txt -------------------------------------------------------------------------------- /dict/userdict.txt: -------------------------------------------------------------------------------- 1 | 华为 --------------------------------------------------------------------------------