NLP 优秀文章链接

NLP基础

中文词向量(Chinese Word Vectors)

https://baijiahao.baidu.com/s?id=1600509930259553151&wfr=spider&for=pc

github地址:https://github.com/Embedding/Chinese-Word-Vectors

 

文本情感分析

酒店评论情感分析

合并数据,分词, 去停用词,压缩维度,SVM,

https://github.com/AimeeLee77/senti_analysis

基于LSTM三分类的文本情感分析

https://github.com/Edward1Chou/SentimentAnalysis

情感极性分析:基于情感词典、k-NN、Bayes、最大熵、SVM的情感极性分析

https://github.com/chaoming0625/SentimentPolarityAnalysis

豆瓣影评

https://github.com/iphysresearch/TOP250movie_douban

你可能感兴趣的:(自然语言处理,NLP,情感分析,自然语言处理)