All Projects → mjhea0 → Twitter Sentiment Analysis

mjhea0 / Twitter Sentiment Analysis

Video tutorial and accompanying output for conducting text sentiment analysis in Twitter

Programming Languages

r
7636 projects

Twitter Text Sentiment Analysis

Needs to be updated for Twitter API v 1.1

Accompanying data files for this Youtube video - http://www.youtube.com/watch?v=adIvt_luO1o

This video details how to conduct text sentiment analysis in R using Jeffrey Bean's algorithm.

Essentially, I show how to pull tweets from the Twitter web API, comparing each word to positive and negative word bank, and then using a basic algorithm to determine the overall sentiment. I also show how to analyze the data.

This repository includes the algorithm, word banks, output, and R data.

https://gist.github.com/mjhea0/5497065

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].