Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sentiment Analysis Dictionaries

I was wondering if anybody knew where I could obtain dictionaries of positive and negative words. I'm looking into sentiment analysis and this is a crucial part of it.

like image 865
user387049 Avatar asked Nov 15 '10 20:11

user387049


2 Answers

The Sentiment Lexicon, at the University of Pittsburgh might be what you are after. It's a lexicon of about 8,000 words with positive/neutral/negative sentiment. It's described in more detail in this paper and released under the GPL.

like image 166
Stompchicken Avatar answered Sep 21 '22 03:09

Stompchicken


Sentiment Analysis (Opinion Mining) lexicons

  • MPQA Subjectivity Lexicon
  • Bing Liu and Minqing Hu Sentiment Lexicon
  • SentiWordNet (Included in NLTK)
  • VADER Sentiment Lexicon
  • SenticNet
  • LIWC (not free)
  • Harvard Inquirer
  • ANEW

Sources:

  • Keenformatics - Sentiment Analysis lexicons and datasets (my blog)
  • Hutto, C. J., and Eric Gilbert. "Vader: A parsimonious rule-based model for sentiment analysis of social media text." Eighth International AAAI Conference on Weblogs and Social Media. 2014.
  • Sentiment Symposium Tutorial by Christopher Potts
  • Personal experience
like image 42
Kurt Bourbaki Avatar answered Sep 21 '22 03:09

Kurt Bourbaki