opennlp.maxent
Class ModelTrainer

java.lang.Object
  extended by opennlp.maxent.ModelTrainer

public class ModelTrainer
extends Object

Main class which calls the GIS procedure after building the EventStream from the data.


Field Summary
static double SMOOTHING_OBSERVATION
           
static boolean USE_SMOOTHING
           
 
Constructor Summary
ModelTrainer()
           
 
Method Summary
static void main(String[] args)
          Main method.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USE_SMOOTHING

public static boolean USE_SMOOTHING

SMOOTHING_OBSERVATION

public static double SMOOTHING_OBSERVATION
Constructor Detail

ModelTrainer

public ModelTrainer()
Method Detail

main

public static void main(String[] args)
Main method. Call as follows:

java ModelTrainer dataFile modelFile



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.