terms | R Documentation |
terms()
returns the most likely terms, or words, for topics based on the
phi
parameter.
terms(x, n = 10)
x |
a LDA model fitted by |
n |
number of terms to be extracted. |
Users can access the original matrix x$phi
for likelihood scores.
a character matrix with the most frequent words in each topic.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.