opennlp.maxent
Class ModelApplier

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

public class ModelApplier
extends Object

Test the model on some input.


Field Summary
static DecimalFormat ROUNDED_FORMAT
           
 
Constructor Summary
ModelApplier(MaxentModel m)
           
 
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

ROUNDED_FORMAT

public static final DecimalFormat ROUNDED_FORMAT
Constructor Detail

ModelApplier

public ModelApplier(MaxentModel m)
Method Detail

main

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

java ModelApplier modelFile dataFile



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