Skip to content

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

Notifications You must be signed in to change notification settings

pelashchoudhary/Sentimental-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Sentiment-analysis

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages