See: Description
Interface | Description |
---|---|
VectorSpaceModel |
An interface for a model based on vector representations of documents.
|
Class | Description |
---|---|
AbstractVectorSpaceModel |
An abstract implementation of the
VectorSpaceModel class. |
BagOfWordsTransform |
Transforms a list of term occurrences into a vector of counts.
|
CosineSimilarityFunction |
A vector cosine similarity function.
|