码迷,mamicode.com
首页 > 其他好文 > 详细

Sentiment Analysis resources

时间:2015-01-12 19:04:57      阅读:116      评论:0      收藏:0      [点我收藏+]

标签:

Wikipedia: Sentiment analysis (also known as opinion mining) refers to the use of natural language processingtext analysis and computational linguistics to identify and extract subjective information in source materials.

In 1997, firstly proposed by MIT Professor Rosalind Picard in Effective Computing. 

 

Basic task is classifying the polarity (positive, negative, or neutral). beyond polarity: e.g. emotional states such angry, sad, and happy. Higher: sarcasm?

 

Application and methodologies:

  • Product, restaurant, or film review rating prediction.

          Most statistical classification methods ignore the neutral class.

  • Use a scaling system, give the words an associated number on a -10 to +10 scale.
  • Another direction is subjective/objective identification. Remove objective sentences improve the polarity classification performance.
  • A more fine-grained analysis model is called the feature/aspect-based sentiment analysis.

 

Chinese Sentiment Dictionary and Resources

Stanford NLP cource on Coursera (Class 7) --> Sentiment Analysis introduced the resources and methods

 

Query:

Whose sentiment is able to predict the stock movement better? How to find out them?

 

Sentiment Analysis resources

标签:

原文地址:http://www.cnblogs.com/bruceyo/p/4214118.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!