I am currently using Gensim's LDA Mallet wrapper. While the topics/keywords generated using Mallet are great, it is very slow when it comes to topic assignment. I tried using the Gensim's Multicore LDA and its is very very fast but the topics generated are very poor relative to the Mallet. My question is, Is there any difference in the LDA implementation in Mallet and Gensim's LDA or am I missing something in my implementation? I can provide sample codes if required.
thanks