International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 183 - Number 7 |
Year of Publication: 2021 |
Authors: Sumanto Kar, J. Scriptu Rajan, Sebastian Dmello, Sapna Prabhu |
10.5120/ijca2021921359 |
Sumanto Kar, J. Scriptu Rajan, Sebastian Dmello, Sapna Prabhu . Improving the Performance in Sentiment Analysis. International Journal of Computer Applications. 183, 7 ( Jun 2021), 19-24. DOI=10.5120/ijca2021921359
Sentiment Analysis is the contextual mining of text which determines whether the given piece of words is positive, negative, or neutral. The main objective of this work is to make a system that rates movies based on the user's comments made on the movie. The system analyses the data in order to check for user sentiments associated with each comment and gathers all the comments made on a particular movie. It then calculates an average rating in order to score it. The system model checks for sentimental keywords and predicts user sentiment associated with it. Also, the system works on the sarcastic comments in order to find whether the comment is positive or not. Various Python libraries and Django Web Server has been used for the pre-processing of data.