Get strings containing the most probable words for each topic
This function returns a vector of strings, one for each topic, with the most probable words in that topic separated by spaces.
mallet.topic.labels(topic.model, topic.words, num.top.words)
topic.model |
The model returned by |
topic.words |
The matrix of topic-word weights returned by |
num.top.words |
The number of words to include for each topic |
mallet.topic.words
produces topic-word weights. mallet.top.words
produces a data frame for a single topic.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.