Create an instance of the ClassTfidfTransformer from the bertopic.vectorizers module
Source:R/ctfidf.R
bt_make_ctfidf.Rd
This function creates an instance of the ClassTfidfTransformer from the bertopic.vectorizers module, with the provided arguments. It is used to generate representations for topics by selecting words which are frequent within a topic and less frequent in the entire corpus.