for my NLP project I used CountVectorizer to Extract Features from a dataset using vectorizer = CountVectorizer(stop_words=\'english\') and all_features = vectorizer.fit_transfo