93mstopwords专题

NLTK raise LookupError(resource_not_found) Resource stopwords not found.

通过pip install nltk成功安装nltk,准备做一个词性标注的例子, from nltk.corpus import stopwords stoplist = stopwords.words('english') 运行代码,出现以下问题: 错误是未找到某个资源,主要原因是缺少stopwords包,解决方法如下: 第一步:进入C:\Windows\System32\drivers