You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.