Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vaibhavs10/sentiment-movie-imdb

Simple review sentiment classifier!
https://github.com/vaibhavs10/sentiment-movie-imdb

Last synced: 17 days ago
JSON representation

Simple review sentiment classifier!

Awesome Lists containing this project

README

        

###Hello!

Here, I used IMDB movie reviews (50,000 records), removed the stop words, stemmed it, TFIDF'ed it and then finally put it
into a Naive-Bayes Classifier to classify the positive and negative sentiments!

Data Source: http://ai.stanford.edu/~amaas/data/sentiment/

Do tell me how I can make it better! :D