Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

LDA and pLSA packages (preferably for Python)

What packages for pLSA (Probabilistic Latent Semantic Analysis) and LDA (Latent Dirichlet Allocation) do you recommend for Python? Java and C++ are OK too, but Python preferred. Your experiences are highly appreciated.

There are many libs, so I don't know which to choose.

like image 469
Goran Novosel Avatar asked Dec 10 '22 09:12

Goran Novosel


1 Answers

Gensim seems to be most popular one. It's on PyPI so, you can just install it using

sudo easy_install gensim
like image 113
vartec Avatar answered Jan 31 '23 05:01

vartec