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
source
share