Wactr {wactor} | R Documentation |
A wactor object
Description
A factor-like class for word vectors
Methods
Public methods
Method new()
Usage
Wactr$new( text = character(), tokenizer = NULL, max_words = 1000, doc_prop_max = 1, doc_prop_min = 0 )
Arguments
max_words
Maximum number of words in vocabulary
doc_prop_max
Maximum proportion of docs for terms in dinctionary
doc_prop_min
Minimum proportion of docs for terms in dictionary.
Method clone()
The objects of this class are cloneable with this method.
Usage
Wactr$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
[Package wactor version 0.0.1 Index]