2017-02-18 46 views

回答

2

嘗試:

from nltk.corpus import stopwords 
import nltk 
nltk.download("stopwords") 
chachedWords = stopwords.words('english') 
+0

謝謝。剛剛發現導入錯誤。嘗試下載。 – yashgarg1232