Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 725 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 725 Bytes

How to run : -

  • First of all run the pre-processing.ipynb file to generate datasets from corpus
  • Another alternative is to use these dataset drive links (a) : - Train Data Test Data
  • Then, run the ipynb notebook to see results

Classifiers done : -

  • Multinomial Naive Bayes (83% acc.)

Notes :-

Dataset used : Large Movie Review Dataset v1.0

Overview

This dataset contains movie reviews along with their associated binary sentiment polarity labels. It is intended to serve as a benchmark for sentiment classification.