Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Practice on Kaggle: Classify the sentiment of sentences from the Rotten Tomatoes dataset

Notifications You must be signed in to change notification settings

pawanmsr/sentiment-analysis-on-movie-reviews

Repository files navigation

Sentiment Analysis on Movie Reviews

Practice Competition on Kaggle
Competition Website
Individual Practice Work

Task

Classify the sentiment of sentences from the Rotten Tomatoes dataset

Source

Bash

Python

Requirements

  • nltk
  • numpy
  • matplotlib
  • keras
  • scikit-learn
  • pandas
  • graphviz
  • pydot

If conda is installed, run requirements.sh script and supply python3 environment name.

bash requirements.sh

Instructions

  1. Clone the repository git clone https://github.com/pawanmsr/sentiment-analysis-on-movie-reviews.git
  2. Install all the necessary packages mentioned in Requirements
  3. Download the kaggle dataset from Competition Website and extract it inside the cloned repository
  4. Run sentiment.py
python sentiment.py ARGUMENTS

Enter python sentiment.py -h for help

Methods

TODO: describe various models used

About

Practice on Kaggle: Classify the sentiment of sentences from the Rotten Tomatoes dataset

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published