edu.stanford.nlp.maxent.iis
Class AnalyseNominal

java.lang.Object
  |
  +--edu.stanford.nlp.maxent.iis.AnalyseNominal

public class AnalyseNominal
extends Object

This class was created to make it easy to train MaxEnt models from files in the same format that Weka uses. The class can be used to classify instances specified in the same format also.


Constructor Summary
AnalyseNominal()
           
AnalyseNominal(String wekaProbFile)
           
 
Method Summary
static void main(String[] args)
           
 void readTrainingInstances(String wekaDataFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnalyseNominal

public AnalyseNominal()

AnalyseNominal

public AnalyseNominal(String wekaProbFile)
               throws Exception
Method Detail

readTrainingInstances

public void readTrainingInstances(String wekaDataFile)
                           throws Exception
Exception

main

public static void main(String[] args)


Stanford NLP Group