opennlp.tools.coref
Class CorefTrainer

java.lang.Object
  extended by opennlp.tools.coref.CorefTrainer

public class CorefTrainer
extends Object


Constructor Summary
CorefTrainer()
           
 
Method Summary
static void train(String modelDirectory, ObjectStream<CorefSample> samples, boolean useTreebank, boolean useDiscourseModel)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorefTrainer

public CorefTrainer()
Method Detail

train

public static void train(String modelDirectory,
                         ObjectStream<CorefSample> samples,
                         boolean useTreebank,
                         boolean useDiscourseModel)
                  throws IOException
Throws:
IOException


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