Skip to content

Twitter Sentiment Analysis or Opinion Mining using the NLTK Vader

Notifications You must be signed in to change notification settings

nj2610/OpinionMining_Vader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

OpinionMining_Vader

Twitter Sentiment Analysis or Opinion Mining using the NLTK VADER. This simplifies the process though the result is not very accurate.

About VADER

For the English language, NLTK provides an already trained model called VADER (Valence Aware Dictionary and sEntiment Reasoner) that works in a slightly different way and adopts a rule engine together with a lexicon to infer the sentiment intensity of a piece of text.

Installing Libraies

pip install pandas
pip install tweepy
pip install nltk

Releases

No releases published

Packages

No packages published