【发布时间】:2014-08-14 16:58:22
【问题描述】:
Scikit-learn 的 CountVectorizer 类允许您将字符串“english”传递给参数 stop_words。我想在这个预定义列表中添加一些东西。谁能告诉我该怎么做?
【问题讨论】:
-
你的意思是你想要默认的
'english'stop_words加上你自己的一些额外的? -
这篇文章救了你一命。
标签: python scikit-learn stop-words