https://github.com/mburakeker/twitter-sentiment-analysis
The project collects tweet data from twitter API and translates non-English tweets using Google Translate and Twitter API and applies polarity analysis to translated sentences.
https://github.com/mburakeker/twitter-sentiment-analysis
Last synced: about 2 months ago
JSON representation
The project collects tweet data from twitter API and translates non-English tweets using Google Translate and Twitter API and applies polarity analysis to translated sentences.
- Host: GitHub
- URL: https://github.com/mburakeker/twitter-sentiment-analysis
- Owner: mburakeker
- Created: 2018-10-17T09:22:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-17T09:23:16.000Z (over 6 years ago)
- Last Synced: 2025-01-30T18:46:19.115Z (4 months ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# twitter-sentiment-analysis
Twitter sentiment analysis with translation featureRequired libraries
- Pandas (https://pandas.pydata.org)
- mtranslate (https://github.com/mouuff/mtranslate)
- nltk (http://www.nltk.org)mtranslation is using google translate while google translate has an api for it with a price (https://cloud.google.com/translate/pricing), so use it at your own risk.