Final Project Plan

N Obi-Eyisi and N Nedd

May 3, 2017

Project Proposal

This project seeks to build a movie recommender that takes into consideration the overall sentiment about the movies on twitter. One source of data will be the Movielens database (https://grouplens.org/datasets/movielens/), which consists of over 1 million movie reviews, ratings and user information. The other source of data will be mined twitter feeds about movies in the database. This project could be beneficial to a movie service websites like Movielens, Fandango or Netflix, where they will be able to improve the ranking algorithm for user based on real time twitter sentiments.

Our Approach

Our Approach is to split the project into two phases. A simple, easy to implement first phase followed by a second phase where complexity is increased. We have decided to use tweets from Movie Review Tweet (https://twitter.com/FilmReviewIn140?lang=en) as a starting point for the project.

Sentiment Analysis

For each tweet from Movie Review Tweet, we will:

*Extract the movie it talks about.

*Extract the grade assigned to the movie

*Extract the review sentence

*Classify the tweet as positve, negative or neutral based on sentiment analysis of review sentence or scoring based on the positive and negative words in the sentence.

*Validation: Examine how the sentiment analysis of the words correspond to the grade

Evaluate the recommender.

Need to determine evaluation method.