Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 433 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 433 Bytes

Sentiment-Analysis-using-NLTK

NLTK is one of the most popular Natural Language Processing Libraries for Python.

Preprocessing for the projects involves various steps such as tokenizing, tagging , creating featuresets , creating training dataset from available twitter_samples corpus.

Have used the NaiveBayes algorithm for creating classifier and training the model.

Accuracy achieved is around 99.6% which is pretty volatile.