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

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.

Awesome Lists containing this project

README

        

# twitter-sentiment-analysis
Twitter sentiment analysis with translation feature

Required libraries
- Pandas (https://pandas.pydata.org)
- twitter
- 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.