wikipedia:sentiment Analysis (also known as Opinion mining) refers to the use of natural language processing, text analysis and computational Linguistics to identify and extract subjective information in source materials.
In 1997, firstly proposed by the 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 +10scale.
- Another direction is subjective/objective identification. Remove Objective sentences improve the polarity classification performance.
- A More fine-grained analysis model was called the feature/aspect-based sentimentanalysis.
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 do I find out them?
Sentiment analysis Resources