| vectorizer-class {fdm2id} | R Documentation |
Document vectorization object
Description
This class contains a vectorization model for textual documents.
Slots
vectorizerThe vectorizer.
transformThe transformation to be applied after vectorization (normalization, TF-IDF).
phrasesThe phrase detection method.
tfidfThe TF-IDF transformation.
lsaThe LSA transformation.
tokensThe token from the original document.
See Also
[Package fdm2id version 0.9.9 Index]