Module feature_extraction

Module feature_extraction 

Source

Structsยง

CountVectorizer
Struct for converting a collection of text documents to a matrix of token counts. This implementation produces a sparse representation of the counts using a Vector.