Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 657 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 657 Bytes

Sentiment-Analysis-Twitter-Data

In this Repository I have attached the file for achieving the sentiment analysis of Twitter Data for a particular product you are looking for by just entering the keyword and fetching the tweets. Here Sentiment analysis using VADER Sentiment Analysis. Vader is a lexicon and rule-based sentiment analysis tool. You can use the twitter app credentials for collecting some limited tweets up to 100 and can do some analysis for the same. One can easily find the sentiment of the tweet using this tool.

Python libraries which help achieving the taska are as follows:

  1. Pandas
  2. NLTK
  3. Tweepy
  4. re (regular expression)