/imdb-sentiment-analysis

Simple sentiment analysis of IMDB movie reviews dataset using count vectorizer, Tfidfvectorizer and nltk library.

Primary LanguageJupyter Notebook

imdb-sentiment-analysis

Simple sentiment analysis of IMDB dataset using count vectorizer, Tfidfvectorizer and nltk library.

Requirements:

  • Download the dataset from link.
  • Extract the zip file and store the folder with the name aclImdb in the main directory.
  • Run make_csv.ipynb first in order to create the .csv file which is read by sentiment_analysis.ipynb