mrc03 / Movie-Reviews-NLTK-Sentiment-Analysis-

The Movie Reviews dataset. The dataset is imported from the NLTK libray. It has 1000 positive and 1000 negative reviews. I have first imported the dataset into a pandas data frame which makes it easier to do the processing. The next step is to analyze the (+) and ( - ) reviews. I have also preprocessed the dataset using Lemmatizing and other st…
8Updated 5 years ago

Related projects

Alternatives and complementary repositories for Movie-Reviews-NLTK-Sentiment-Analysis-