Download nltk could not find version - think
Share: Download nltk could not find version
Download nltk could not find version | |
Download nltk could not find version | |
Download nltk could not find version |
Installing NLTK¶
NLTK requires Python versions 3.5, 3.6, 3.7, or 3.8
For Windows users, it is strongly recommended that you go through this guide to install Python 3 successfully https://docs.python-guide.org/starting/install3/win/#install3-windows
Mac/Unix¶
Install NLTK: run
Install Numpy (optional): run
Test installation: run then type
For older versions of Python it might be necessary to install setuptools (see http://pypi.python.org/pypi/setuptools) and to install pip ().
Installing NLTK Data¶
After installing the NLTK package, please do install the necessary datasets/models for specific functions to work.
If you’re unsure of which datasets/models you’ll need, you can install the “popular” subset of NLTK data, on the command line type python -m nltk.downloader popular, or in the Python interpreter import nltk; nltk.download(‘popular’)
For details, see http://www.nltk.org/data.html
-
-
-