This function returns the topic model loaded from a file or stores a topic model to file.
mallet.topic.model.read(filename)mallet.topic.model.load(filename)
mallet.topic.model.write(topic.model, filename)
mallet.topic.model.save(topic.model, filename)
The mallet topic model file
A cc.mallet.topics.RTopicModel
object created by MalletLDA
.