Nltk upload authorization authorization

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?

+4
source share
1 answer

NLTK has moved from googlecode.

, nltk http://nltk.github.com/nltk_data/. URL- , , , .

+14

All Articles