sentiment analysis - wordNet , sentiWordNet lexicon

為{幸葍}努か 提交于 2019-12-01 05:17:19
Qnan

Quite often the degree and/or polarity may depend on the domain and/or the context, so the word alone isn't really enough to make a decision.

If you have some annotated data, I suggest training a classifier on that using the scores provided by the two resources as features. If you don't, one option is to use one of the available sentiment-annotated corpora that matches the domain in question. Without any data at all the whole task becomes somewhat tricky, although there is a substantial body of work on unsupervised approaches to sentiment classification, I believe, see, e.g. Unsupervised Sentiment Analysis

There is an interface to give different opinions for SentiWordNet, if you think they are wrong: http://sentiwordnet.isti.cnr.it/search.php?q=repose

I downloaded latest Wordnet 3.1, and checked the file format documentation, and don't see any mention of the sentiment numbers you mention. It is also not shown in the online search.

So, for both those reasons I'd suggest going with SentiWordNet!

(I see your question is a year old, so perhaps you can tell us what you did go with, and why?)

The degree of the polarity depends not only on the words alone but also on the context of the sentece or the phrase. SO if there are different results regarding the same word then it is because of the difference in the context.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!