Skip to content

Tag: nltk

NLTK: Package Errors? punkt and pickle?

Basically, I have no idea why I’m getting this error. Just to have more than an image, here is a similar message in code format. As it is more recent, the answer of this thread has already been mentioned in the message: Answer Perform the following: Then when you receive a window popup, select punkt und…

error installing nltk supporting packages : nltk.download()

I have installed the nltk package. Following that I am trying to download the supporting packages using nltk.download() and am getting error: [Errno 11001] getaddrinfo My machine / software details are: OS: Windows 8.1 Python: 3.3.4 NLTK Package: 3.0 Below are the commands run in python: It looks like it is g…

nltk download url authorization issue

I tried to update my nltk data with nltk.download() but I got HTTP Error 401: Authorization Required. When I traced the url in question, I found it in downloader.py DEFAULT_URL = ‘http://nltk.googlecode.com/svn/trunk/nltk_data/index.xml’ I then copied that URL and ran it in my browser to find out …