Technical requirements
The code for this chapter is located in a folder named Chapter04
in the GitHub repository for the book (https://github.com/PacktPublishing/Python-Natural-Language-Processing-Cookbook). There will be a few packages that we will need to install: numpy
, sklearn
, pandas
, tensorflow
, keras
, and tqdm
. Install them using these commands:
pip install numpy pip install sklearn pip install pandas pip install tensorflow pip install keras pip install tqdm
Please also follow the individual recipe instructions to get the datasets.