I am working on sentiment analysis. I thought if there is any available set of adjectives indicating positive/negative(like for positive: good,awesome,amazing,) meaning? and the second thing is a set of data from which i can use as a test case.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
closed as off topic by kamaci, martin clayton, Bob Kaufman, Steven Penny, Lipis Feb 19 at 1:49
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
Resources related to polarity: SentiWordNet: http://sentiwordnet.isti.cnr.it/ Inquirer Dictionary: http://www.wjh.harvard.edu/~inquirer/homecat.htm Possible test data: http://www.cs.pitt.edu/mpqa/ |
|||
|
|
A list of positive and negative opinion words or sentiment words for English (around 6800 words): http://www.cs.uic.edu/~liub/FBS/sentiment-analysis.html |
|||
|
|