mallet.topic.model.read: Load (read) and save (write) a topic from a file

View source: R/mallet.R

mallet.topic.model.readR Documentation

Load (read) and save (write) a topic from a file

Description

This function returns the topic model loaded from a file or stores a topic model to file.

Usage

mallet.topic.model.read(filename)

mallet.topic.model.load(filename)

mallet.topic.model.write(topic.model, filename)

mallet.topic.model.save(topic.model, filename)

Arguments

filename

The mallet topic model file

topic.model

A cc.mallet.topics.RTopicModel object created by MalletLDA.


mallet documentation built on July 20, 2022, 5:08 p.m.