R/exploration.R
Returns the topic term matrices for a list of lda models. See also GetDocumentTopicMatrices.
GetTopicTermMatrices(lda.model.list, n.terms = 10)
| lda.model.list | The list of lda models. See |
|---|---|
| n.terms | The number of terms to display per topic (note the vocabulary can go up to over 95k for a given month). |
The ordered topic term matrices.