命令行执行
import nltk
nltk.download(‘averaged_perceptron_tagger‘)
完事
LookupError: Resource averaged_perceptron_tagger not found. Please use the NLTK Downloader to obtain the resource:
原文:https://www.cnblogs.com/wisir/p/10560442.html