x-tabdeveloping / topicwizard

Powerful topic model visualization in Python
https://x-tabdeveloping.github.io/topicwizard/
MIT License
103 stars 13 forks source link

KeyNMF doesn't work with topicwizard #27

Closed x-tabdeveloping closed 9 months ago

x-tabdeveloping commented 10 months ago

I don't exactly know why but my guess would be that the problem lies somewhere in the discrepancy between the vocabulary of the two vectorisers, this has to be looked into.

x-tabdeveloping commented 9 months ago

It has been taken care of by restructuring the API and implementing necessary changes in KeyNMF.