Michael Elhadad

How to install NLTK with Python 2.7


The following steps allow you to install the latest Python 2.7 and nltk packages (tested under Windows) as of March 2012.
  1. Download Python 2.7.3 (Nov 2012)
  2. Follow the instructions in nltk.
  3. In Python, run:
    >>> import nltk
    >>> nltk.download()
    
    In the window that opens, select "all" and download all corpora.


Last modified Nov 08, 2012