Class | Description |
---|---|
BinaryWordPresent |
Provides a simple binary representation of bag-of-word vectors by simply
marking a value 1.0 if the token is present, and 0.0 if the token is not
present.
|
OkapiBM25 |
Implements the Okapi BM25
word weighting scheme.
|
TfIdf |
Applies Term Frequency Inverse Document Frequency (TF IDF) weighting to the
word vectors.
|
WordCount |
Provides a simple representation of bag-of-word vectors by simply using the
number of occurrences for a word in a document as the weight for said word.
|
WordWeighting |
WordWeighting is an index function specifically mean for modifying the values
of a vectors used for a bag-of-words representation of text data.
|
Enum | Description |
---|---|
TfIdf.TermFrequencyWeight |
Copyright © 2017. All rights reserved.