Returns the index of the input term.
Returns the index of the input term.
number of features (default: 220)
If true, term frequency vector will be binary such that non-zero term counts will be set to 1 (default: false)
If true, term frequency vector will be binary such that non-zero term counts will be set to 1 (default: false)
Set the hash algorithm used when mapping term to integer.
Set the hash algorithm used when mapping term to integer. (default: murmur3)
Transforms the input document to term frequency vectors (Java version).
Transforms the input document to term frequency vectors (Java version).
Transforms the input document to term frequency vectors.
Transforms the input document to term frequency vectors.
Transforms the input document into a sparse term frequency vector (Java version).
Transforms the input document into a sparse term frequency vector (Java version).
Transforms the input document into a sparse term frequency vector.
Transforms the input document into a sparse term frequency vector.
Maps a sequence of terms to their term frequencies using the hashing trick.