将英语单词分类为匹配情感的数据库

Database which has categorized the english words into matching emotion

有没有数据库或者api有把英文单词分类成匹配情感的?

例如:- http://www.psychpage.com/learning/library/assess/feelings.html

我会看一下 http://en.wikipedia.org/wiki/Sentiment_analysis If you are good with doing it in Python take a look at this demo: http://text-processing.com/demo/sentiment/ 的主题,它可以使用 NLTK 判断一个句子是肯定的还是否定的。

一个有用的资源是由 Saif Mohammad 编译的 NRC Word-Emotion Association Lexicon。它列出了大约 14,000 个英语单词的情绪(积极、消极)和情绪(愤怒、期待、厌恶、恐惧、喜悦、悲伤、惊讶、信任)。