julnow

Results 3 issues of julnow

Hi, I was playing with some changes in the embedding model, but when I initialized the BERTopic object with arguments: `topic_model = BERTopic( language="multilingual", hdbscan_model=hdbscan_model, embedding_model=embedding_model, )` I got error...

allow both language and embedding_model arguments to be present Fixes https://github.com/MaartenGr/BERTopic/issues/1709

**Is your feature request related to a problem? Please describe.** The original catch22 package (and pycatch22 as well) introduced short names option, saving the name of variable into a column...

module:transformations
enhancement