| as.dictionary.textmodel_lda | R Documentation |
as.dictionary() creates a quanteda::dictionary object from top topic terms.
## S3 method for class 'textmodel_lda'
as.dictionary(x, n = 10, separator = NULL, ...)
x |
a model fitted by |
n |
the number of terms in the dictionary for each topic. |
separator |
the character in between multi-word dictionary values. |
... |
not used. |
Returns a quanteda::dictionary object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.