lingscope.drivers
Class ModelTrainer

java.lang.Object
  extended by lingscope.drivers.ModelTrainer

public class ModelTrainer
extends java.lang.Object

Driver to train a model file. The training data will have to be provided.


Constructor Summary
ModelTrainer()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void usage()
          Prints the usage for the model trainer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelTrainer

public ModelTrainer()
Method Detail

usage

public static void usage()
Prints the usage for the model trainer


main

public static void main(java.lang.String[] args)
Parameters:
args - 0 - Annotator type ("cue" or "scope") 1 - Model type ("crf", "baseline" or "negex") 2 - File from which training data will be read 2 - File where the model will be saved