Movie review sentiment analysis. Movies classified as positive or negative, analysed later to obtain a accuracy percentage.
The dataset used in this package is bundled along with the nltk
package.
Run your python interpreter
>>> import nltk
>>> nltk.download('stopwords')
>>> nltk.download('movie_reviews')
Running it
1. Clone the repo
```sh
$ git clone https://github.com/banurag/Sentiment-analysis
$ cd Movie_Reviews-Sentiment_Analysis
2.NLTK_Naive_Bayes.py