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
I just read a fascinating article about how MALLET could be used for topic modelling, but I couldn\'t find anything online comparing MALLET to NLTK, which I\'ve already had some experience with.
I am using the maxent algo in mallet for label classification. I was wondering whether it is possible to get some kind of confidence value for the label predicted by the maxent classifier. What I basi
I\'m developing a NER system on Mallet using CRFs. Do you know if it is possible to collect the features contribution for each prediction?
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:
I am just starting to use the SimpleTagger class in mallet. My impression is that it expects binary features. The model that I want to implement has positive integer-valued features and I wonder how t