Look inside
In this liveProject, you’ll explore a dataset of movie reviews and prepare it for sentiment analysis. The dataset you've provided is balanced between positive and negative reviews, but is encoded in such a way that you will need to use the dictionary (lookup) in this dataset package to decode the content to plain text. Your challenges will include decoding the data to plain text, and then converting the plain text into tokens in a Pythonic manner.
This project is designed for learning purposes and is not a complete, production-ready application or solution.