bab2min / tomotopy

Python package of Tomoto, the Topic Modeling Tool
https://bab2min.github.io/tomotopy
MIT License
557 stars 62 forks source link

Interest in adding Structural Topic Model? #142

Open ebergam opened 3 years ago

ebergam commented 3 years ago

Hi @bab2min , thanks again for your awesome work. In R, one of the most popular packages implements structural topic models. https://cran.r-project.org/web/packages/stm/vignettes/stmVignette.pdf .

As far as I know, a python counterpart does not exist, it might be interesting to include it into tomotopy. Here is the paper: https://scholar.princeton.edu/files/bstewart/files/stmnips2013.pdf

thank you!

bab2min commented 3 years ago

Hi @ebergam, sorry for the late answer. Thanks for the good suggestion. I'll take a look at the paper and see if it can be implemented efficiently.

alexeyev commented 1 year ago

Hi! tomotopy is very impressive, thank you for your work @bab2min

I agree, STM is indeed a loooong-awaited addition to the pythonic landscape. It would be so convenient to combine it with all other pythonic NLP libraries' magic.