maria-antoniak / little-mallet-wrapper

A Python wrapper around the topic modeling functions of MALLET.
GNU General Public License v3.0
100 stars 17 forks source link

Can I use the topic output in pyLDAvis? #9

Closed Mathtype6 closed 2 years ago

maria-antoniak commented 2 years ago

The topic output from this package is the same output from MALLET. I don't think MALLET output is directly usable with pyLDAvis, but I also haven't used pyLDAvis in a long time.

For example, here is a post discussing how to convert MALLET files for use with pyLDAvis (but I think some of the Gensim code might be out of date): https://medium.com/@jobethmuncy/formatting-pyldavis-and-mallet-model-7c0d00061b67