There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
This is a simple sentiment analysis problem done with Python. I'm using the movie_reviews corpus in the nltk library for this process and Naive Bayes classifier as the text classification algorithm.