NLTK:Resource punkt not found. Please use the NLTK Downloader to obtain the resource:2步解决

打开CMD 

命令进入Python交互模式

  1. >>> import nltk
  2. >>> nltk.download()

会弹出一个界面,如图:点击Models ,双击punkt或者选择点击Download安装完成就不会报错了。

NLTK:Resource punkt not found. Please use the NLTK Downloader to obtain the resource:2步解决_第1张图片

 

你可能感兴趣的:(自然语言处理)