powered by
terms() returns the most likely terms, or words, for topics based on the phi parameter.
terms()
phi
terms(x, n = 10)
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()
number of terms to be extracted.
Users can access the original matrix x$phi for likelihood scores.
x$phi