Skip to content

sandilya1599/sentiment-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Sentiment Analysis on Twitter Tweets

Sentiment Analysis refers to the use of Natural Language Processing, Text Analysis, Computer Linguistics to identify, extract, study the opinions and affective states.

Here, we are applying Sentiment Analysis on twitter's tweets.

Requirements

NLTK - Link Tweepy - Link Python 3.6

Implementation Details

First we get the tweets from Twitter using Tweepy API. After obtaining the tweets, we preprocess each tweet. For Preprocessing, we remove the hyperlinks and special characters. Then for removing the stopwords we tokenize the tweet and remove the stopwords. After removing the stopwords, we use vader in NLTK to find the polarity of the tweet. We classify it as positive or negitive or neutral.

References

FCPython GeeksForGeeks

Releases

No releases published

Packages

No packages published

Languages