2017-02-18 6 views

答えて

2

てみ与える:

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

ありがとうございます。インポートエラーが見つかりました。ダウンロードを試みています。 – yashgarg1232

関連する問題