Skip to content

WForWatermelon/Sentiment-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Trying to learn Natural Language Processing.

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 
$ git clone https://github.com/WforWatermelon/Sentiment-analysis
$ cd Movie_Reviews-Sentiment_Analysis

2.`NLTK_Naive_Bayes.py`
  

About

Movie review sentiment analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages