Twitter-Sentiment-Analysis / R

Sentiment analysis and visualization of real-time tweets using R

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to R

Twitter Sent Dnn
Deep Neural Network for Sentiment Analysis on Twitter
Stars: ✭ 270 (+112.6%)
Mutual labels:  sentiment-analysis, twitter
Stocksight
Stock market analyzer and predictor using Elasticsearch, Twitter, News headlines and Python natural language processing and sentiment analysis
Stars: ✭ 1,037 (+716.54%)
Mutual labels:  sentiment-analysis, twitter
Awesome Twitter Data
A list of Twitter datasets and related resources.
Stars: ✭ 533 (+319.69%)
Mutual labels:  sentiment-analysis, twitter
sentiment-thermometer
Measure the sentiment towards a word, name or sentence on social networks
Stars: ✭ 56 (-55.91%)
Mutual labels:  twitter, sentiment-analysis
Tia
Your Advanced Twitter stalking tool
Stars: ✭ 98 (-22.83%)
Mutual labels:  sentiment-analysis, twitter
TwEater
A Python Bot for Scraping Conversations from Twitter
Stars: ✭ 16 (-87.4%)
Mutual labels:  twitter, sentiment-analysis
Twitter sentiment analysis word2vec convnet
Twitter Sentiment Analysis with Gensim Word2Vec and Keras Convolutional Network
Stars: ✭ 24 (-81.1%)
Mutual labels:  sentiment-analysis, twitter
Stocktalk
Data collection tool for social media analytics
Stars: ✭ 765 (+502.36%)
Mutual labels:  sentiment-analysis, twitter
Twitter Sentiment Analysis
This script can tell you the sentiments of people regarding to any events happening in the world by analyzing tweets related to that event
Stars: ✭ 94 (-25.98%)
Mutual labels:  sentiment-analysis, twitter
Orange3 Text
🍊 📄 Text Mining add-on for Orange3
Stars: ✭ 83 (-34.65%)
Mutual labels:  sentiment-analysis, twitter
Tweetfeels
Real-time sentiment analysis in Python using twitter's streaming api
Stars: ✭ 249 (+96.06%)
Mutual labels:  sentiment-analysis, twitter
Stock Market Prediction Web App Using Machine Learning And Sentiment Analysis
Stock Market Prediction Web App based on Machine Learning and Sentiment Analysis of Tweets (API keys included in code). The front end of the Web App is based on Flask and Wordpress. The App forecasts stock prices of the next seven days for any given stock under NASDAQ or NSE as input by the user. Predictions are made using three algorithms: ARIMA, LSTM, Linear Regression. The Web App combines the predicted prices of the next seven days with the sentiment analysis of tweets to give recommendation whether the price is going to rise or fall
Stars: ✭ 101 (-20.47%)
Mutual labels:  sentiment-analysis, twitter
Datastories Semeval2017 Task4
Deep-learning model presented in "DataStories at SemEval-2017 Task 4: Deep LSTM with Attention for Message-level and Topic-based Sentiment Analysis".
Stars: ✭ 184 (+44.88%)
Mutual labels:  sentiment-analysis, twitter
hashformers
Hashformers is a framework for hashtag segmentation with transformers.
Stars: ✭ 18 (-85.83%)
Mutual labels:  twitter, sentiment-analysis
Twitter Sentiment Visualisation
🌍 The R&D of a sentiment analysis module, and the implementation of it on real-time social media data, to generate a series of live visual representations of sentiment towards a specific topic or by location in order to find trends.
Stars: ✭ 132 (+3.94%)
Mutual labels:  sentiment-analysis, twitter
Sarcasm Detection
Detecting Sarcasm on Twitter using both traditonal machine learning and deep learning techniques.
Stars: ✭ 73 (-42.52%)
Mutual labels:  sentiment-analysis, twitter
Learning Social Media Analytics With R
This repository contains code and bonus content which will be added from time to time for the book "Learning Social Media Analytics with R" by Packt
Stars: ✭ 102 (-19.69%)
Mutual labels:  sentiment-analysis, twitter
Labeled Tweet Generator
Search for tweets and download the data labeled with its polarity in CSV format
Stars: ✭ 111 (-12.6%)
Mutual labels:  sentiment-analysis, twitter
Faitagram
(Doesn't work anymore)
Stars: ✭ 117 (-7.87%)
Mutual labels:  twitter
Absa keras
Keras Implementation of Aspect based Sentiment Analysis
Stars: ✭ 126 (-0.79%)
Mutual labels:  sentiment-analysis

Twitter Sentiment Analysis

R

Takes feeds from Twitter into R. The sentiment of the tweets is analysed and classified into positive, negative and neutral tweets.

Pre-requisites

  1. Installation of R (Version 3.3.1)
  2. Twitter Authentication to access API

Dependencies

  • twitteR
  • stringr
  • ROAuth
  • RCurl
  • ggplot2
  • reshape
  • tm
  • RJSONIO
  • wordcloud
  • gridExtra
  • plyr

Steps for Execution

Short Version -

The codes are compiled into one file script_running.R.

Longer Modular Version-

For easier understanding, the above code is modularized and must be learnt in following order-
The following are for lexical based twitter analyzer (Tweets to find sentiment about entities):

  1. authentication.R
  2. tweet_extraction.R
  3. Word Database.R
  4. cleaning_data.R
  5. emoticon.R
  6. score_sentiment.R
  7. func_on_tweet.R
  8. graphs.R
  9. Percentage.R
  10. level_of_sentiment.R
  11. Frequent hastags of user.R
  12. Top tweeters and timeline of particular hashtag.R
  13. wordcloud.R

For any further queries and difficulties that you face on executing any code, feel free to post it under the issue tab above and we will get back to you as soon as possible.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].