Skip to content

s6656/Sentiment-Analysis-on-Demonetisation

Repository files navigation

Sentiment-Analysis-on-Demonetisation

Find out the views of different people on the demonetization by analyzing tweets using afinn dictionary (lexicon based approach)

dependencies-

  1. tweepy
  2. numpy
  3. matplotlib

STEPS-

  1. Used the Twitter API to extract all tweets related to demonetisation in India by using appropriate filters.
  2. Divide each tweet text into words to calculate the sentiment of the whole tweet.
  3. Rate the word as per its meaning from +5 to -5 using the dictionary AFINN.

The AFINN is a dictionary which consists of 2500 words which are rated from +5 to -5 depending on their meaning.

About

Find out the views of different people on the demonetization by analyzing tweets using afinn dictionary

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors