x-tabdeveloping / turftopic

Robust and fast topic models with sentence-transformers.
https://x-tabdeveloping.github.io/turftopic/
MIT License
17 stars 4 forks source link

Add Dynamic topic modeling to clustering methods #11

Closed x-tabdeveloping closed 6 months ago

x-tabdeveloping commented 7 months ago

Rationale:

Dynamic topic modeling can be easily implemented for clustering models in the same manner as with GMM, as the term importances are post-hoc.

Implementation:

Most of the implementation can be copied from the GMM code.