See: Description
Class | Description |
---|---|
BowHeuristic |
This class can be used as a base class for bag-of-words analysis heuristics.
|
CfIdf |
This class calculates the term frequency times the inverse document frequency
for the specified list of text files.
|
Idf |
This class calculates the inverse document frequency for a list of terms on bag-of-words.
|