Hi i have to do topic modeling using Mallet Java API but i am new to coding so i am finding it real difficult to understand the Java libraries and use them. Does anyone has some sample code where they do topic modeling using the API which can be used to build upon?
Asked
Active
Viewed 4,384 times
3
-
Java is not an acronym. Edited. – Chris Dennett Sep 30 '11 at 21:09
3 Answers
2
For an example showing how to use the Java API to import data, train models, and infer topics for new documents, see the topic model developer's guide.

John Lehmann
- 7,975
- 4
- 58
- 71
1
You can also refer to some examples here: ./mallet-2.0.7/src/cc/mallet/examples

Raullen Chai
- 315
- 2
- 2