Introduction
There’s a lot of buzzword around the term “Sentiment Analysis” and the various ways of doing it. Great! So you report with reasonable accuracy what the sentiment about a particular brand or product is.
Opinion Mining is about having a deeper understanding of the review that was written. Typically, a detailed review will not just have a sentiment attached to it. It will have information and valuable feedback that can literally help to build the next strategy. Over time, some powerful methods have been developed using Natural Language Processing and computational linguistics to extract these subjective opinions.

Procedure
Extraction
In the extraction phase of Sentiment mining, social media acts as a source of data. In order to explain this process easily further details are in resemblance with twitter. In twitter, number of users gives their reviews by posting messages which are called as tweets. These tweets depict the sentiments of the users. The process of sentiment mining is basically analyzing this data and converting it into knowledge. Following are few fundamental characteristics observed in the data while performing extraction:
- The length of the twitter message is limited to 140 characters.
- Moreover, we observe the presence of spelling errors and informal or cyber slang in these messages.
- The amount of data available is copious and as most of the twitter messages are available in public domain it can be used for the purpose of sentiment mining.
Data extracted from the social media like twitter is updated very frequently. Therefore, it helps to give the feeling of real time representation of the sentiments. In order to obtain the data on run-time an internet bot can be used known as web crawler. A web crawler browses through the World Wide Web in organized manner to index the web pages. It is one of the many fundamental components which constitute web search engines. The indexing of the web pages grants the user to issue queries and get the required pages as per the query issued.
Pre-Processing
As the name suggests, in this phase of sentiment analysis processing of the data is carried out. In the pre-processing stage, the extracted data is cleaned as it contains large amount of noise before sending the text for analyzing. The extracted text contains lot of grammatical errors as the text is of limited length. Pre-processing of the data is necessary and it is a crucial part as one needs to make sure that the unnecessary part of the text is removed and the relevant part of the text which stores the sentiment of the user is not removed. Following are few techniques explained in brief, keeping in mind twitter as the social media used, which are generally used in order to draw information for sentiment mining.
Knowledge Discovery
To find the opinion of the people with respect to any particular occurrence, it is essential to store the data which is related to the event. Once the polarity of the sentiments is known it can be used to generate statistical graphs and charts. The knowledge gathered from these electronic texts from the web when shown in graphs would aid the individuals in making decision as it would show the polarity of the sentiments of the individuals and to what extent it can be followed by referring to the graphs.
Comments
Post a Comment