Expand description
Text feature extraction.
Mirrors sklearn.feature_extraction.text.{CountVectorizer, TfidfVectorizer, HashingVectorizer} in their simplest form: lowercase + token pattern
[A-Za-z]{2,}, no stop-words, dense output.
Text feature extraction.
Mirrors sklearn.feature_extraction.text.{CountVectorizer, TfidfVectorizer, HashingVectorizer} in their simplest form: lowercase + token pattern
[A-Za-z]{2,}, no stop-words, dense output.