Last data update: 2014.03.03

R: Get strings containing the most probable words for each topic
mallet.topic.labelsR Documentation

Get strings containing the most probable words for each topic

Description

This function returns a vector of strings, one for each topic, with the most probable words in that topic separated by spaces.

Usage

mallet.topic.labels(topic.model, topic.words, num.top.words)

Arguments

topic.model

The model returned by MalletLDA

topic.words

The matrix of topic-word weights returned by mallet.topic.words

num.top.words

The number of words to include for each topic

See Also

mallet.topic.words produces topic-word weights. mallet.top.words produces a data frame for a single topic.

Results