What caused this error that appears and why were the stop words not deleted in the code below

后端 未结 0 823
旧巷少年郎
旧巷少年郎 2021-02-20 06:39

from sklearn.feature_extraction.text import TfidfVectorizer

from nltk.tokenize import word_tokenize

from nltk.corpus import stopwords

words=(word_tokenize(t

相关标签:
回答
  • 消灭零回复
提交回复
热议问题