Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Seed data for sentiment analysis [closed]

I'm playing around with sentiment analysis, and I'm looking for some seed data. Is there a free dictionary around?

It can be really simple: 3 sets of texts/sentences, for "positive", "negative", "neutral". It doesn't have to be huge.

Eventually I'll probably generate my own seed data for my specific use case, but it would be great to have something to play with now while I'm building the thing.

like image 200
Ken Avatar asked Jul 28 '09 19:07

Ken


People also ask

What type of data is used for sentiment analysis?

Sentiment analysis (or opinion mining) is a natural language processing (NLP) technique used to determine whether data is positive, negative or neutral. Sentiment analysis is often performed on textual data to help businesses monitor brand and product sentiment in customer feedback, and understand customer needs.

Which is best for sentiment classification over textual data?

Naive-Bayes Model For Sentiment Classification Naive-Bayes classifier is widely used in Natural language processing and proved to give better results.


1 Answers

Bing Liu and Minqing Hu from UIC have a number of datasets:

  • http://www.cs.uic.edu/~liub/FBS/CustomerReviewData.zip
  • http://www.cs.uic.edu/~liub/FBS/Reviews-9-products.rar

Bo Pang from Cornell has some more.

like image 52
Oren Trutner Avatar answered Oct 03 '22 09:10

Oren Trutner