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?

link|improve this question
Java is not an acronym. Edited. – Chris Dennett Sep 30 '11 at 21:09
feedback

1 Answer

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.