Lexicon-Based Approach to Sentiment Analysis of Tweets Using R Language

Nitika Nigam,Divakar Yadav
DOI: https://doi.org/10.1007/978-981-13-1810-8_16
2018-01-01
Abstract:Sentiment analysis is a method to study the opinions of user on a subject like product reviews, appraisal or expressing any emotion on the entity. There are mainly two approaches used for sentiment analysis: lexicon based and machine learning based approach. We emphasis on lexicon based approach which depends on an external dictionary. Our aim is to classify the given set of tweets into two classes: Positive and Negative. We extract the semantics from the tweets and calculate the score. This score helps in classification of tweets either in positive or negative class. In this experiment of sentiment analysis, we used R language as a tool. R is a freely available software which is used for statistical computation, data manipulation, and graphical display.
What problem does this paper attempt to address?