An open API service indexing awesome lists of open source software.

https://github.com/aquatiko/textblob-vs-vadersentiment-analysis

A comparasion between TextBlob library's sentiment analysis method and nltk's vaderSentiment Analysis method. Used movie review dataset which comes with nltk module.
https://github.com/aquatiko/textblob-vs-vadersentiment-analysis

comparison natural-language-processing nltk textblob-sentiment-analysis vader-sentiment-analysis

Last synced: 3 months ago
JSON representation

A comparasion between TextBlob library's sentiment analysis method and nltk's vaderSentiment Analysis method. Used movie review dataset which comes with nltk module.

Awesome Lists containing this project

README

        

# TextBlob-vs-VaderSentiment-Analysis
A comparasion between TextBlob library's sentiment analysis method and nltk's vaderSentiment Analysis method. Used movie review dataset which comes with nltk module.