as.list() returns features with the largest coefficients as a list of
character vector. as.dictionary() returns a quanteda::dictionary object
that can be use for dictionary analysis.
# S3 method for textmodel_wordmap
as.dictionary(x, separator = NULL, ...)# S3 method for textmodel_wordmap
as.list(x, ...)
Returns a list or a quanteda::dictionary object.
a model fitted by textmodel_wordmap().
the character in between multi-word dictionary values. If
NULL, x$concatenator will be used.
passed to coef.textmodel_wordmap