why CountVectorizer doesn't work if used in a function as it should?

前端 未结 0 426
时光取名叫无心
时光取名叫无心 2020-12-29 01:45

i have a dataset when i use CountVectorizer on it directly it worked well and x have shape (2999, 338)

w_O_b = CountVectorizer(stop_words = \'english\')
X = w         


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