Every time you release a product or service you want to receive feedback from users so you know what they like and what they don’t.
Sentiment Analysis can help you. I will show you how to create a simple application in R and Shiny to perform Twitter Sentiment Analysis in real-time. I use RStudio.
We will be able to see if they liked our products or not. Also, we will create a wordcloud to find out why they liked it and why not.
First, I will create a Shiny Project. Continue reading…