Skip to main content

Crate anofox_ml_text

Crate anofox_ml_text 

Source
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.

Structsยง

CountVectorizer
HashingVectorizer
TfidfVectorizer