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.
- Host: GitHub
- URL: https://github.com/aquatiko/textblob-vs-vadersentiment-analysis
- Owner: aquatiko
- Created: 2018-06-06T11:24:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-06T11:28:31.000Z (about 7 years ago)
- Last Synced: 2025-01-21T00:31:54.475Z (5 months ago)
- Topics: comparison, natural-language-processing, nltk, textblob-sentiment-analysis, vader-sentiment-analysis
- Language: Jupyter Notebook
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.