April 2020
Intermediate to advanced
380 pages
9h 24m
English
To install NLTK on the VM and to download the data packages for it, perform the following steps:
python3 -m pip install nltk
python3 -m nltk.downloader
The output of the preceding command will allow you to interactively view all of the available packages, select the ones you require, and then download them.
python3 -m nltk.downloader stopwords
The preceding command will download the stopwords data package ...
Read now
Unlock full access