Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.09 KB

File metadata and controls

35 lines (27 loc) · 1.09 KB

Sentiment Analysis of IMDB Movie Reviews

SPRING 2020 CS-580L-01

Project Topic - SENTIMENT ANALYSIS OF IMDB MOVIE REVIEWS

TEAM MEMBERS -

Chaitanya Kulkarni		
B-Num: B00814455
SUNY Binghamton	
[email protected]

Abhimanyu Singh
B-Num: B00813542
SUNY Binghamton
[email protected]

Necati Anil Ayan
B-Num: B00777933
SUNY Binghamton
[email protected]

STEPS TO RUN THE CODE - (Note that this program is written in python 3.X and will not work with python 2.X)

- Download the Dataset from link - http://ai.stanford.edu/~amaas/data/sentiment/aclImdb_v1.tar.gz
  (Could not attach the dataset in this folder because of its size - 210Mbs)
- Extract the dataset
- Open code in Test.py - set PATH variable to absolute path of the dataset
- Open cmd, run code by command - python Test.py

(Code should take around 5-7 mins of time considering the size of dataset and the libraries)