Skip to content

R shiny web application to scrape tweets based on user-defined search keyword and perform sentiment analysis of the tweets. Sentiment analysis of tweets consists of classifying tweets into emotion classes (i.e., anger, disgust, fear, joy, sadness and surprise) and also polarity classes (i.e., negative, neutral and positive) using naïve Bayes cla…

Notifications You must be signed in to change notification settings

b-ghimire/twitter-sentiment-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

twitter-sentiment-analysis

R shiny web application to scrape tweets based on user-defined search keyword and perform sentiment analysis of the tweets. Sentiment analysis of tweets consists of classifying tweets into emotion classes (i.e., anger, disgust, fear, joy, sadness and surprise) and also polarity classes (i.e., negative, neutral and positive) using naïve Bayes classifier. The tweets are scraped, classified into sentiment classes and visualized in R using twitteR, sentiment and ggplot2 packages, respectively.


![alt tag](https://raw.githubusercontent.com/b-ghimire/twitter-sentiment-analysis/master/Rapp_twitter/img/plot_polarity.png)
![alt tag](https://raw.githubusercontent.com/b-ghimire/twitter-sentiment-analysis/master/Rapp_twitter/img/plot_emotion.png)

About

R shiny web application to scrape tweets based on user-defined search keyword and perform sentiment analysis of the tweets. Sentiment analysis of tweets consists of classifying tweets into emotion classes (i.e., anger, disgust, fear, joy, sadness and surprise) and also polarity classes (i.e., negative, neutral and positive) using naïve Bayes cla…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages