Review analyzer for movie reviews based on nltk using naive bayes classifier
The training and test data set are obtained from the nltk corpora movie_reviews.
Naive bayes algorithm with 10-fold cross validation was used. Linear SVC and multinomial Naive bayes classifier were used and the accuracy between the algorithms were cmpared.