├── README.md ├── Sentiment_models └── BP_model.h5 ├── Tencent_word_Embedding.py ├── boson_dict.py ├── boson_dict_config.py ├── boson_dict_utils ├── BosonNLP_sentiment_score.txt ├── 否定词.txt ├── 正面情感词语(中文)1.txt ├── 正面评价词语(中文)1.txt ├── 负面情感词语(中文)1.txt └── 负面评价词语(中文)1.txt ├── data ├── data.xlsx └── stop.txt ├── dl_classify.py ├── image_folder ├── BP_train_plot.jpg ├── BP_train_plot1.jpg └── BP_train_plot2.jpg ├── ml_classify.py └── train_x.json /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zhangpeixiang/Short-Texts-Sentiment-Analyse/HEAD/README.md -------------------------------------------------------------------------------- /Sentiment_models/BP_model.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zhangpeixiang/Short-Texts-Sentiment-Analyse/HEAD/Sentiment_models/BP_model.h5 -------------------------------------------------------------------------------- /Tencent_word_Embedding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zhangpeixiang/Short-Texts-Sentiment-Analyse/HEAD/Tencent_word_Embedding.py -------------------------------------------------------------------------------- /boson_dict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zhangpeixiang/Short-Texts-Sentiment-Analyse/HEAD/boson_dict.py -------------------------------------------------------------------------------- /boson_dict_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zhangpeixiang/Short-Texts-Sentiment-Analyse/HEAD/boson_dict_config.py -------------------------------------------------------------------------------- /boson_dict_utils/BosonNLP_sentiment_score.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zhangpeixiang/Short-Texts-Sentiment-Analyse/HEAD/boson_dict_utils/BosonNLP_sentiment_score.txt -------------------------------------------------------------------------------- /boson_dict_utils/否定词.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zhangpeixiang/Short-Texts-Sentiment-Analyse/HEAD/boson_dict_utils/否定词.txt -------------------------------------------------------------------------------- /boson_dict_utils/正面情感词语(中文)1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zhangpeixiang/Short-Texts-Sentiment-Analyse/HEAD/boson_dict_utils/正面情感词语(中文)1.txt -------------------------------------------------------------------------------- /boson_dict_utils/正面评价词语(中文)1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zhangpeixiang/Short-Texts-Sentiment-Analyse/HEAD/boson_dict_utils/正面评价词语(中文)1.txt -------------------------------------------------------------------------------- /boson_dict_utils/负面情感词语(中文)1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zhangpeixiang/Short-Texts-Sentiment-Analyse/HEAD/boson_dict_utils/负面情感词语(中文)1.txt -------------------------------------------------------------------------------- /boson_dict_utils/负面评价词语(中文)1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zhangpeixiang/Short-Texts-Sentiment-Analyse/HEAD/boson_dict_utils/负面评价词语(中文)1.txt -------------------------------------------------------------------------------- /data/data.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zhangpeixiang/Short-Texts-Sentiment-Analyse/HEAD/data/data.xlsx -------------------------------------------------------------------------------- /data/stop.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zhangpeixiang/Short-Texts-Sentiment-Analyse/HEAD/data/stop.txt -------------------------------------------------------------------------------- /dl_classify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zhangpeixiang/Short-Texts-Sentiment-Analyse/HEAD/dl_classify.py -------------------------------------------------------------------------------- /image_folder/BP_train_plot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zhangpeixiang/Short-Texts-Sentiment-Analyse/HEAD/image_folder/BP_train_plot.jpg -------------------------------------------------------------------------------- /image_folder/BP_train_plot1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zhangpeixiang/Short-Texts-Sentiment-Analyse/HEAD/image_folder/BP_train_plot1.jpg -------------------------------------------------------------------------------- /image_folder/BP_train_plot2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zhangpeixiang/Short-Texts-Sentiment-Analyse/HEAD/image_folder/BP_train_plot2.jpg -------------------------------------------------------------------------------- /ml_classify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zhangpeixiang/Short-Texts-Sentiment-Analyse/HEAD/ml_classify.py -------------------------------------------------------------------------------- /train_x.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zhangpeixiang/Short-Texts-Sentiment-Analyse/HEAD/train_x.json --------------------------------------------------------------------------------