├── 6000 ├── neg.rar └── pos.rar ├── README.md ├── emotion_dict ├── insufficientdict.txt ├── inversedict.txt ├── ishdict.txt ├── moredict.txt ├── mostdict.txt ├── negdict.txt ├── posdict.txt ├── verydict.txt └── 酒店情感词典.txt ├── house.jpg ├── stopwords ├── htu_stopword.txt ├── stopword.txt ├── 中文停用词库.txt ├── 哈工大停用词表.txt └── 四川大学机器智能实验室停用词库.txt ├── wordcloud.jpg ├── 代码 ├── emotion_score.py └── run.py ├── 酒店评论情感分析.docx └── 酒店评论情感分析.pptx /6000/neg.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syd-Q/Text-Mining-Sentiment-Analysis/HEAD/6000/neg.rar -------------------------------------------------------------------------------- /6000/pos.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syd-Q/Text-Mining-Sentiment-Analysis/HEAD/6000/pos.rar -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # -酒店评论情感分析(机器学习、情感词典) 2 | 3 | 文本数据在6000文件夹下,将其解压即可使用 4 | 5 | 了解更多,请看ppt和word文档。 6 | -------------------------------------------------------------------------------- /emotion_dict/insufficientdict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syd-Q/Text-Mining-Sentiment-Analysis/HEAD/emotion_dict/insufficientdict.txt -------------------------------------------------------------------------------- /emotion_dict/inversedict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syd-Q/Text-Mining-Sentiment-Analysis/HEAD/emotion_dict/inversedict.txt -------------------------------------------------------------------------------- /emotion_dict/ishdict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syd-Q/Text-Mining-Sentiment-Analysis/HEAD/emotion_dict/ishdict.txt -------------------------------------------------------------------------------- /emotion_dict/moredict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syd-Q/Text-Mining-Sentiment-Analysis/HEAD/emotion_dict/moredict.txt -------------------------------------------------------------------------------- /emotion_dict/mostdict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syd-Q/Text-Mining-Sentiment-Analysis/HEAD/emotion_dict/mostdict.txt -------------------------------------------------------------------------------- /emotion_dict/negdict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syd-Q/Text-Mining-Sentiment-Analysis/HEAD/emotion_dict/negdict.txt -------------------------------------------------------------------------------- /emotion_dict/posdict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syd-Q/Text-Mining-Sentiment-Analysis/HEAD/emotion_dict/posdict.txt -------------------------------------------------------------------------------- /emotion_dict/verydict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syd-Q/Text-Mining-Sentiment-Analysis/HEAD/emotion_dict/verydict.txt -------------------------------------------------------------------------------- /emotion_dict/酒店情感词典.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syd-Q/Text-Mining-Sentiment-Analysis/HEAD/emotion_dict/酒店情感词典.txt -------------------------------------------------------------------------------- /house.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syd-Q/Text-Mining-Sentiment-Analysis/HEAD/house.jpg -------------------------------------------------------------------------------- /stopwords/htu_stopword.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syd-Q/Text-Mining-Sentiment-Analysis/HEAD/stopwords/htu_stopword.txt -------------------------------------------------------------------------------- /stopwords/stopword.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syd-Q/Text-Mining-Sentiment-Analysis/HEAD/stopwords/stopword.txt -------------------------------------------------------------------------------- /stopwords/中文停用词库.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syd-Q/Text-Mining-Sentiment-Analysis/HEAD/stopwords/中文停用词库.txt -------------------------------------------------------------------------------- /stopwords/哈工大停用词表.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syd-Q/Text-Mining-Sentiment-Analysis/HEAD/stopwords/哈工大停用词表.txt -------------------------------------------------------------------------------- /stopwords/四川大学机器智能实验室停用词库.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syd-Q/Text-Mining-Sentiment-Analysis/HEAD/stopwords/四川大学机器智能实验室停用词库.txt -------------------------------------------------------------------------------- /wordcloud.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syd-Q/Text-Mining-Sentiment-Analysis/HEAD/wordcloud.jpg -------------------------------------------------------------------------------- /代码/emotion_score.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syd-Q/Text-Mining-Sentiment-Analysis/HEAD/代码/emotion_score.py -------------------------------------------------------------------------------- /代码/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syd-Q/Text-Mining-Sentiment-Analysis/HEAD/代码/run.py -------------------------------------------------------------------------------- /酒店评论情感分析.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syd-Q/Text-Mining-Sentiment-Analysis/HEAD/酒店评论情感分析.docx -------------------------------------------------------------------------------- /酒店评论情感分析.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syd-Q/Text-Mining-Sentiment-Analysis/HEAD/酒店评论情感分析.pptx --------------------------------------------------------------------------------