Uses of Class
opennlp.tools.coref.CorefSample

Packages that use CorefSample
opennlp.tools.coref Package related to performing coreference resolution. 
opennlp.tools.formats Experimental package related to converting various corpora to OpenNLP Format. 
opennlp.tools.formats.muc   
 

Uses of CorefSample in opennlp.tools.coref
 

Methods in opennlp.tools.coref that return CorefSample
static CorefSample CorefSample.parse(String corefSampleString)
           
 CorefSample CorefSampleDataStream.read()
           
 

Method parameters in opennlp.tools.coref with type arguments of type CorefSample
static void CorefTrainer.train(String modelDirectory, ObjectStream<CorefSample> samples, boolean useTreebank, boolean useDiscourseModel)
           
 

Uses of CorefSample in opennlp.tools.formats
 

Methods in opennlp.tools.formats that return types with arguments of type CorefSample
 ObjectStream<CorefSample> CorefSampleStreamFactory.create(String[] args)
           
 

Uses of CorefSample in opennlp.tools.formats.muc
 

Methods in opennlp.tools.formats.muc that return CorefSample
 CorefSample MucMentionInserterStream.read()
           
 

Methods in opennlp.tools.formats.muc that return types with arguments of type CorefSample
 ObjectStream<CorefSample> Muc6FullParseCorefSampleStreamFactory.create(String[] args)
           
 



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