powered by
terms() returns the most likely terms for topics based on the phi parameter.
terms()
phi
terms(x, n = 10)
Returns a character matrix with the most frequent words in each topic.
a LDA model fitted by textmodel_seededlda() or textmodel_lda().
textmodel_seededlda()
textmodel_lda()
the number of terms to be extracted.
Topic terms are sorted in the descending order within topics based on the values in x$phi.
x$phi