MilaNLProc / contextualized-topic-models

A python package to run contextualized topic modeling. CTMs combine contextualized embeddings (e.g., BERT) with topic models to get coherent topics. Published at EACL and ACL 2021 (Bianchi et al.).
MIT License
1.21k stars 147 forks source link

Fix deprecation warnings #121

Closed TudorAndrei closed 1 year ago

TudorAndrei commented 1 year ago

Fixes #113 #119

Some function definitions were re-arranged by the black formatter. I hope that's fine

vinid commented 1 year ago

looks good! thanks so much!