topic-modeling
Why getting different results with MALLET topic inference for single and batch of documents?
I\'m trying to perform LDA topic modeling with Mallet 2.0.7.I can train a LDA model and get good results, judging by the output from the training session.Also, I can use the inferencer built in that p[详细]
2023-04-10 22:38 分类:问答Topic prediction using Latent Dirichlet Allocation
I have used LDA on a corpus of documents and found some Topics. The output of my code is two matrices containing probabilities. one doc-topic probabilities and the other word-topic probabilities. But[详细]
2023-02-23 07:19 分类:问答Topic Modeling in Mallet; Documentation
I\'m looking for some good documentation for Mallet, specifically for its classes related to topic modeling.I\'ve looked at the Java docs but they aren\'t too helpful.For example:[详细]
2023-02-13 06:21 分类:问答