Ready-to-use packages fitting Latent Dirichlet Allocation with Gibbs Sampling in Python
I am trying to fit a topic model using LDA with Gibbs sampling in python but I can’t find a package fitting my needs:
(1) Both LDAs in <scikit-learn> and <gensim}> don’t use Gibbs sampling;
(2) <Python wrapper for LDA from Mallet in JAVA in gensim> was removed and the latest release including it is version 3.8.3.