Returns the topic term matrices for a list of lda models. See also GetDocumentTopicMatrices.

GetTopicTermMatrices(lda.model.list, n.terms = 10)

Arguments

lda.model.list

The list of lda models. See rawToLDA.

n.terms

The number of terms to display per topic (note the vocabulary can go up to over 95k for a given month).

Value

The ordered topic term matrices.