Evaluation of Sentiment Analysis of Text Using Rule-Based and Automatic Approach

Abstract
The technique of determining whether a text is good, negative or neutral is known as sentiment analysis (SA).Sentiment Analysis can be identified by many names like Textual Analysis, Opinion Mining. Sentiment Analysis is a branch of Natural Language Processing (NLP) that focuses on the expression of subjective views and feelings about a topic gathered from multiple sources. Sentiment Analysis is a collection of methods for detecting and extracting opinions and uses them for the benefit of business operation. It is a classification algorithm aimed at finding opinions and decision-making point of view. Sentiment Analysis is performed in many ways, Automatic classification approach involves Nave Bayes (NB), Support Vector Machine (SVM), and Linear Regression is examples of supervised machine learning methods (LR). The data is explored using unsupervised machine learning. Recurrent Neural Network (RNN) derivatives are also used for classification. Rule-based approach involves various NLP process for classification.