python-3.x 加载停止词时出错:[错误110]连接错误

polhcujo  于 2023-02-26  发布在  Python
关注(0)|答案(1)|浏览(102)

下载NLTK停止字时,我收到以下错误**[nltk_data]加载停止字时出错:错误[Errno 110] [nltk_data]连接超时〉**使用的代码为

import nltk
nltk.download('stopwords')

我还尝试了以下命令,但得到了相同的错误

python -m nltk.downloader stopwords

谢谢

cngwdvgl

cngwdvgl1#

我也面临着同样的问题,我试过colabs https://colab.research.google.com/,它对我很有效。

相关问题