Modeling themes in Mallet; Documentation

I am looking for good documentation for Mallet, especially for its classes related to thematic modeling. I looked through Java docs but they are not too useful. For instance:

estimate public void estimate() throws java.io.IOException Throws: java.io.IOException 

still don't know what this method does (let me know if you do this ...). Also, if you have some experience with the hammer and you can help me print out the topics studied by the topic model (or groups of words representing topics), please let me know. All tips are welcome!

I saw the getTopWords method, but I could not name it ... maybe a kneading jar?

+6
java topic-modeling mallet
source share
1 answer

When you say "Java docs", are you talking about API documentation ? This is fairly extensive regarding code, but does not tell you about the procedure (IE: take this step, then this step ...). If you are looking for a tutorial, this pdf chief developer is the closest I know of. The modeling part begins with slide 96.

+4
source share

All Articles