From Mallet's website: MALLET includes sophisticated tools for document classification: efficient routines for converting text to "features", a wide variety of algorithms (including Naïve Bayes, Maximum Entropy, and Decision Trees), and code for evaluating classifier performance ...
4
votes
4answers
259 views
Mallet topic modelling
I have been using mallet for inferring topics for a text file containing 100,000 lines(around 34 MB in mallet format). But now i need to run it for on a file containing a million lines(around 180MB) ...
4
votes
1answer
300 views
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:
estimate
public ...
3
votes
1answer
95 views
How to understand the output of Topic Model class in Mallet?
As I'm trying out the examples code on topic modeling developer's guide, I really want to understand the meaning of the output of that code.
First during the running process, it gives out:
Coded ...
3
votes
0answers
116 views
Topic Modelling in MALLET vs NLTK
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.
What ...
2
votes
1answer
219 views
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 ...
2
votes
3answers
368 views
Question about Latent Dirichlet Allocation (MALLET)
Honestly, I'm not familiar with LDA, but am required to use MALLET's topic modeling for one of my projects.
My question is: given a set of documents within a specific timestamp as the training data ...
1
vote
2answers
76 views
How to create a table by restructuring a MALLET output file?
I'm using MALLET for topic analysis which is outputting results in text files ("topics.txt") of several thousand rows and a hundred or so rows where each row consists of tab-separated variables like ...
1
vote
1answer
117 views
Mallet HMM Training Problems
I am struggling at the moment with Mallet's ridiculously poor documentation regarding HMMs. I have managed to import the data into instances(adapted from the ImportExample.java snippet) and I was just ...
1
vote
1answer
168 views
Mallet vs Weka for text classification
Which product (Mallet or Weka) is better for text classification task:
Simpler to train
Better results
Documentation
I'm new for this problem so any comments will be great
1
vote
1answer
207 views
Topic Modeling using Mallet Api for Java
Hi i have to do topic modeling using Mallet Java API but i am new to Mallet so i am finding it real difficult to understand the Mallet libraries and use them. Does anyone know any place where there ...
1
vote
1answer
106 views
Mallet: features contribution on each prediction
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 need to know and understand the precise behavior of the CRF ...
1
vote
1answer
429 views
Mallet CRF SimpleTagger Performance Tuning
A question for anyone who has used the Java library Mallet's SimpleTagger class for Conditional Random Fields (CRF). Assume that I'm already using the multi-thread option for the maximum number of ...
1
vote
1answer
407 views
Topic modeling using mallet
I'm trying to use topic modeling with Mallet but have a question.
How do I know when do I need to rebuild the model? For instance I have this amount of documents I crawled from the web, using topic ...
0
votes
2answers
150 views
How to use Mallet for NER
I'm new to the subject of NLP and requested to perform -named entity recognition- (NER) using Mallet.
I have a text, and I give feature vector for each word in it. I would like to train a model which ...
0
votes
1answer
82 views
Inferring topics with mallet, using the saved topic state
I've used the following command to generate a topic model from some documents:
bin/mallet train-topics --input topic-input.mallet --num-topics 100 --output-state topic-state.gz
I have not, however, ...
0
votes
1answer
93 views
Mallet : Get confidence value in Maxent algorithm
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 ...
0
votes
1answer
120 views
Topic Modeling using Mallet Java Api?
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 ...
0
votes
0answers
127 views
Install Mallet on Ubuntu [closed]
I am new to Ubuntu and Mallet and am trying to install it using both makefile and Ant. When I ran Ant in the folder with build file, I got:
Buildfile: /usr/local/mallet-2.0.6/build.xml
init:
...