├── 1.情绪分类及特征提取(大连理工词典) ├── degree_dict.txt ├── get_qx.py ├── sentiment_words_chinese.tsv ├── stop_words.txt ├── user_dict.txt ├── 大连理工大学中文情感词汇本体.xlsx ├── 大连理工大学中文情感词汇本体NAU.xlsx ├── 庆余年220.csv └── 庆余年220_emotion.csv ├── 2.词云分析 ├── Emotion_features.csv ├── all.png ├── count_features-02.py ├── count_features.py ├── get_qx_02.py ├── sad.png ├── stop_words.txt ├── wordcloud_qg.py ├── 大连理工大学中文情感词汇本体NAU.xlsx ├── 庆余年220.csv ├── 庆余年220_emotion.csv ├── 情绪词云图-good.html ├── 情绪词云图-happy.html ├── 情绪词云图.html └── 词云图.html ├── 3.情感打分规则 ├── degree_dict.txt ├── dllg-sa.py └── sentiment_words_chinese.tsv ├── 4.SnowNLP ├── result.png ├── snownlp-01.py ├── snownlp-02.py └── 庆余年220.csv ├── 5.基于机器学习的情感分类 ├── 01-fenci.py ├── 02-fenci-csv.py ├── 03.get_features.py ├── 04.sen-classifier-lr.py ├── 05.sen-classifier-pj.py ├── 06.sen-classifier-bj.py ├── data.csv ├── fenci_data.csv ├── result.xls ├── stop_words.txt └── user_dict.txt └── README.md /1.情绪分类及特征提取(大连理工词典)/degree_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/1.情绪分类及特征提取(大连理工词典)/degree_dict.txt -------------------------------------------------------------------------------- /1.情绪分类及特征提取(大连理工词典)/get_qx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/1.情绪分类及特征提取(大连理工词典)/get_qx.py -------------------------------------------------------------------------------- /1.情绪分类及特征提取(大连理工词典)/sentiment_words_chinese.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/1.情绪分类及特征提取(大连理工词典)/sentiment_words_chinese.tsv -------------------------------------------------------------------------------- /1.情绪分类及特征提取(大连理工词典)/stop_words.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/1.情绪分类及特征提取(大连理工词典)/stop_words.txt -------------------------------------------------------------------------------- /1.情绪分类及特征提取(大连理工词典)/user_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/1.情绪分类及特征提取(大连理工词典)/user_dict.txt -------------------------------------------------------------------------------- /1.情绪分类及特征提取(大连理工词典)/大连理工大学中文情感词汇本体.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/1.情绪分类及特征提取(大连理工词典)/大连理工大学中文情感词汇本体.xlsx -------------------------------------------------------------------------------- /1.情绪分类及特征提取(大连理工词典)/大连理工大学中文情感词汇本体NAU.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/1.情绪分类及特征提取(大连理工词典)/大连理工大学中文情感词汇本体NAU.xlsx -------------------------------------------------------------------------------- /1.情绪分类及特征提取(大连理工词典)/庆余年220.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/1.情绪分类及特征提取(大连理工词典)/庆余年220.csv -------------------------------------------------------------------------------- /1.情绪分类及特征提取(大连理工词典)/庆余年220_emotion.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/1.情绪分类及特征提取(大连理工词典)/庆余年220_emotion.csv -------------------------------------------------------------------------------- /2.词云分析/Emotion_features.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/2.词云分析/Emotion_features.csv -------------------------------------------------------------------------------- /2.词云分析/all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/2.词云分析/all.png -------------------------------------------------------------------------------- /2.词云分析/count_features-02.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/2.词云分析/count_features-02.py -------------------------------------------------------------------------------- /2.词云分析/count_features.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/2.词云分析/count_features.py -------------------------------------------------------------------------------- /2.词云分析/get_qx_02.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/2.词云分析/get_qx_02.py -------------------------------------------------------------------------------- /2.词云分析/sad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/2.词云分析/sad.png -------------------------------------------------------------------------------- /2.词云分析/stop_words.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/2.词云分析/stop_words.txt -------------------------------------------------------------------------------- /2.词云分析/wordcloud_qg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/2.词云分析/wordcloud_qg.py -------------------------------------------------------------------------------- /2.词云分析/大连理工大学中文情感词汇本体NAU.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/2.词云分析/大连理工大学中文情感词汇本体NAU.xlsx -------------------------------------------------------------------------------- /2.词云分析/庆余年220.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/2.词云分析/庆余年220.csv -------------------------------------------------------------------------------- /2.词云分析/庆余年220_emotion.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/2.词云分析/庆余年220_emotion.csv -------------------------------------------------------------------------------- /2.词云分析/情绪词云图-good.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/2.词云分析/情绪词云图-good.html -------------------------------------------------------------------------------- /2.词云分析/情绪词云图-happy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/2.词云分析/情绪词云图-happy.html -------------------------------------------------------------------------------- /2.词云分析/情绪词云图.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/2.词云分析/情绪词云图.html -------------------------------------------------------------------------------- /2.词云分析/词云图.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/2.词云分析/词云图.html -------------------------------------------------------------------------------- /3.情感打分规则/degree_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/3.情感打分规则/degree_dict.txt -------------------------------------------------------------------------------- /3.情感打分规则/dllg-sa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/3.情感打分规则/dllg-sa.py -------------------------------------------------------------------------------- /3.情感打分规则/sentiment_words_chinese.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/3.情感打分规则/sentiment_words_chinese.tsv -------------------------------------------------------------------------------- /4.SnowNLP/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/4.SnowNLP/result.png -------------------------------------------------------------------------------- /4.SnowNLP/snownlp-01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/4.SnowNLP/snownlp-01.py -------------------------------------------------------------------------------- /4.SnowNLP/snownlp-02.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/4.SnowNLP/snownlp-02.py -------------------------------------------------------------------------------- /4.SnowNLP/庆余年220.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/4.SnowNLP/庆余年220.csv -------------------------------------------------------------------------------- /5.基于机器学习的情感分类/01-fenci.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/5.基于机器学习的情感分类/01-fenci.py -------------------------------------------------------------------------------- /5.基于机器学习的情感分类/02-fenci-csv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/5.基于机器学习的情感分类/02-fenci-csv.py -------------------------------------------------------------------------------- /5.基于机器学习的情感分类/03.get_features.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/5.基于机器学习的情感分类/03.get_features.py -------------------------------------------------------------------------------- /5.基于机器学习的情感分类/04.sen-classifier-lr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/5.基于机器学习的情感分类/04.sen-classifier-lr.py -------------------------------------------------------------------------------- /5.基于机器学习的情感分类/05.sen-classifier-pj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/5.基于机器学习的情感分类/05.sen-classifier-pj.py -------------------------------------------------------------------------------- /5.基于机器学习的情感分类/06.sen-classifier-bj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/5.基于机器学习的情感分类/06.sen-classifier-bj.py -------------------------------------------------------------------------------- /5.基于机器学习的情感分类/data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/5.基于机器学习的情感分类/data.csv -------------------------------------------------------------------------------- /5.基于机器学习的情感分类/fenci_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/5.基于机器学习的情感分类/fenci_data.csv -------------------------------------------------------------------------------- /5.基于机器学习的情感分类/result.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/5.基于机器学习的情感分类/result.xls -------------------------------------------------------------------------------- /5.基于机器学习的情感分类/stop_words.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/5.基于机器学习的情感分类/stop_words.txt -------------------------------------------------------------------------------- /5.基于机器学习的情感分类/user_dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/5.基于机器学习的情感分类/user_dict.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmountyxz/Sentiment-Analysis/HEAD/README.md --------------------------------------------------------------------------------