best chatbot, chatbot, chatbot app, chatbot online, chatbot website, creating chatbots, google chat bots, indonesian, nlp, python, robot chat, sentiment-analysis, twitter
Indonesian Twitter Sentiment Analysis using Pretrained Neural Network Transformer (BERT) | by Muhammad Rizqi Nur | Aug, 2022
Baca dalam Bahasa IndonesiaI was doing sentiment analysis for a data journalism article for a bootcamp’s final project. The tweets are Indonesian tweets about Kominfo’s recent blocking of Steam (and some other overseas platforms). You can read my article here (it’s only in Indonesian though). By the way, I’m using Python on Google Colab.At first, I was using TextBlob as explained here, but the result was bad. I was sure that at least for #BlokirKominfo tweets, it must be mostly negative. Yet, it was mostly neutral, or positive, depending on where you draw the lines (because TextBlob outputs polarity in range of -1.0 to +1.0). Well, TextBlob only supports English, so the tweets were translated into English. Also, TextBlob is rule-based, while state-of-the-art NLP uses neural network. But it...

