Skip to contents

Convenience wrapper around keywords() that always returns a data frame with term and weight columns.

Usage

keywords_df(x, jiebar, ...)

Arguments

x

A character to analyze.

jiebar

A jieba_worker object created with worker(type = "keywords").

...

Must be empty. This prevents accidental unused arguments.

Value

A data frame with term and weight columns.