Analyse sentiment of movie reviews from Twitter
Short version-
Movie review with movie tweets.R (lexical analysis)
Longer modular version for better understanding-
- authentication.R
- tweet_extraction.R
- emoticon.R
- sentimentScoreFunc.R(for lexical analysis) (OR)
naive_bayes_movie_reviews.R( for Naive Bayes machine learning algorithm implementation)