I tried updating my nltk data with nltk.download (), but received an HTTP error 401: Authorization required.
When I was drawing this url, I found it in the downloader.py file
DEFAULT_URL = ' http://nltk.googlecode.com/svn/trunk/nltk_data/index.xml '
Then I copied this URL and ran it in my browser to find out that it asks me to enter a username and password. Here is a screenshot.
Does anyone know how to solve this problem?
iChux source
share