Learn R Programming

BERTopic (version 0.1.0)

coef.bertopic_r: Coefficients (top terms) for BERTopic

Description

Coefficients (top terms) for BERTopic

Usage

# S3 method for bertopic_r
coef(object, top_n = 10L, ...)

Value

A data.frame with columns topic, term, weight.

Arguments

object

A "bertopic_r" model.

top_n

Number of terms per topic.

...

Unused.