1. Please use the NLTK Downloader to obtain the resource:
import nltk
nltk.download(‘stopwords’)
https://github.com/nltk/nltk_data/tree/gh-pages/packages/corpora
下载其中的stopwords.zip文件
import nltk
nltk.download(‘stopwords’)
https://github.com/nltk/nltk_data/tree/gh-pages/packages/corpora
下载其中的stopwords.zip文件