Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 233 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 233 Bytes

Sentiment-Analysis-NLTK

Sentiment Analysis / Opinion Mining for provided data in NLTK corpus using NaiveBayesClassifier Algorithm

Accuracy

Without using bigrams : 72.8

With using bigrams : 85.0 Accuracy improved using bigram.