This is the project of twitter sentiment analysis in order to learn parliamentary diplomacy perspective from twitter in Indonesian and English.
I used tutorial from hilmansinggihw and oscar.sefa to begin the project.
The following libraries i used:
- snscrape - Social media scraper.
- pandas - Data manipulation.
- numpy - Mathematical functions.
- textblob - Text processing.
- wordcloud - Making wordcloud in python.
- regex - Regular expression.
- matplotlib - Data visualization.
- ntlk - Processing language data.
- sastrawi - Indonesian stemmer.
- tqdm - Python progress bar.
- googletrans - Google translate API.
- vaderSentiment - Sentiment analysis.