提问人:Ajin T 提问时间:11/17/2023 最后编辑:tripleeeAjin T 更新时间:11/17/2023 访问量:31
加载非索引字时出错:<urlopen 错误 [WinError 10060]?
Error loading stopwords: <urlopen error [WinError 10060]?
问:
对于情感分析项目,我需要使用“nltk”。
import nltk
nltk.download('stopwords')
但是在运行这个时,我不断收到这个错误,
[nltk_data] Error loading stopwords: <urlopen error [WinError 10060] A
[nltk_data] connection attempt failed because the connected party
[nltk_data] did not properly respond after a period of time, or
[nltk_data] established connection failed because connected host
[nltk_data] has failed to respond>
我到处搜索,但没有任何解决方案。
我在Spyder和Jupiter笔记本中使用过它,但两者都显示出相同的问题。
我正在使用移动热点,这就是我收到此错误的原因吗?
我尝试在 Google Collab 中使用此代码,它在那里工作。
答:
0赞
Goku - stands with Palestine
11/17/2023
#1
是的,对于某些网络来说,这是一个已知错误。
https://github.com/nltk/nltk/issues/1981#issuecomment-1804689730
似乎在某些网络上,我被告知“Jio”是其中之一,raw.githubusercontent.com 无法访问,例如:https://raw.githubusercontent.com/nltk/nltk_data/gh-pages/packages/tokenizers/punkt.xml
上一个:帖子未在 for 循环中定义
评论