NLTK requires Python
versions 2.7 or 3.4+.
These instructions consider python
version - 3.5
Mac/Unix :
sudo pip install -U nltk
sudo pip install -U numpy
python
then type import nltk
NOTE : For older versions of Python it might be necessary to install setuptools (see http://pypi.python.org/pypi/setuptools) and to install pip (sudo easy_install pip).
Windows :
These instructions assume that you do not already have Python installed on your machine.
32-bit binary installation
Start>Python35
, then type import nltk
Installing Third-Party Software :
Please see: https://github.com/nltk/nltk/wiki/Installing-Third-Party-Software
Reference : http://www.nltk.org/install.html