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