Package org.carrot2.text.vsm
package org.carrot2.text.vsm
Vector space model components.
-
ClassDescriptionCalculates term-document matrix element values based on Linear Inverse Term Frequency.Calculates term-document matrix element values based on Log Inverse Term Frequency.Stores data related a Vector Space Model with reduced dimensionality.Builds a term document matrix based on the provided
PreprocessingContext
.Reduces the dimensionality of a term-document matrix using a matrix factorization algorithm.Calculates term weights for the term-document matrix.Calculates term-document matrix element values based on Term Frequency.Stores data related to the Vector Space Model of the processed documents.