IMDB-Review-Sentiment-Analysis A sentiment analysis sample for IMDB reviews, following https://towardsdatascience.com/sentiment-analysis-with-python-part-1-5ce197074184 $ gunzip -c movie_data.tar.gz | tar xopf - $ python -m nltk.downloader wordnet $ python sentiment_analysis.py