Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
I understand that this may not be an SO question, but it was the best and simplest set of responses on my google search. I still think its a useful addition to the knowledge-base – Tahnoon Pasha Apr 24 at 23:38

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.

2 Answers

up vote 2 down vote accepted

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/

share|improve this answer
I'm not sure what kind of test data do you want. Do you intend to evaluate the resources? If that's the case, then consider reading their papers on how they did their evaluations. – Kenston Choi Aug 4 '12 at 7:37

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

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.