Installing toolkit data in natural language

I have a problem installing language toolkit for python 2.7. I already have NLTK installed, and now I'm trying to install the necessary data.

I enter into the shell:

import nltk
nltk.download()

The NLTK bootloader (TKinter window) appears. I want to download all the packages and start the download. Everything goes well. Until I get an error message with downlaoded zip file and the process stops.

I am using Windows 7 and 64 bit python 2.7.

Please, help

+1
source share
2 answers

When I downloaded the NLTK data, I had to start the bootloader several times, as it continued to hang.

: http://nltk.org/nltk_data/

framenet_v15 : http://nltk.github.com/nltk_data/packages/corpora/framenet_v15.zip

+1

nltk.download(), . nltk- . python -m nltk.downloader all.

+1

All Articles