top of page

Create Your First Project

Start adding your projects to your portfolio. Click on "Manage Projects" to get started

Sentiment Analysis Movie Reviews - Python/NLP

Project Type

NLP - Python

Date

August 2022

A corpus of movie reviews used for sentiment analysis is the Rotten Tomatoes movie review dataset, which was first assembled by Pang and Lee. Sentiment treebanks involved creating fine-grained labels for each parsed phrase in the corpus using Amazon's Mechanical Turk. I'll be using the Rotten Tomatoes dataset in this final to test my theories about sentiment analysis. A scale of negative, somewhat negative, neutral, somewhat positive, and positive phrases are used.

bottom of page