错误详解
Resource u’tokenizers/punkt/english.pickle’ not found. Please
use the NLTK Downloader to obtain the resource: >>>
nltk.download()


解决方法:

terminal输入一下代码:
python
import nltk
nltk.set_proxy("**.com:8080","username","password")
nltk.download()
然后弹出nltk downloader对话框,然后选择下载,结果如下图示。
python报错: Resource u'tokenizers/punkt/english.pickle' not found.

相关文章:

  • 2021-08-09
  • 2022-12-23
  • 2022-12-23
  • 2021-10-18
  • 2021-10-12
  • 2022-12-23
  • 2022-12-23
  • 2021-10-24
猜你喜欢
  • 2021-07-11
  • 2021-10-23
  • 2021-05-09
  • 2021-08-25
  • 2021-11-25
  • 2021-07-28
  • 2021-12-06
相关资源
相似解决方案