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