Learn R Programming

BERTopic (version 0.1.0)

bertopic_load: Load a BERTopic model

Description

Load a BERTopic model from disk that was saved with bertopic_save().

Usage

bertopic_load(path)

Value

A "bertopic_r" object with the loaded Python model.

Arguments

path

Path used in bertopic_save() (file or directory).