赞
踩
在使用nltk会出现如下错误,nltk.download()无法下载
Resource averaged_perceptron_tagger not found.
Please use the NLTK Downloader to obtain the resource:
>>> import nltk
>>> nltk.download('averaged_perceptron_tagger')
在cmd输入
python
import nltk
nltk.download()
出现如下问题
将Server index修改为 http://www.nltk.org/nltk_data/ 点击Refresh
可以看到如下
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。