nltk download url authorization issue

后端 未结 1 1307
别那么骄傲
别那么骄傲 2021-01-06 05:36

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<

相关标签:
1条回答
  • 2021-01-06 06:25

    NLTK have moved from their googlecode site.

    As noted in this question, nltk's new data server is located at http://nltk.github.com/nltk_data/. Just update the URL to the new location, and it should hopefully work.

    0 讨论(0)
提交回复
热议问题