Uses of Class
opennlp.tools.formats.muc.RawCorefSample

Packages that use RawCorefSample
opennlp.tools.formats.muc   
 

Uses of RawCorefSample in opennlp.tools.formats.muc
 

Methods in opennlp.tools.formats.muc that return RawCorefSample
 RawCorefSample ShallowParseCorefEnhancerStream.read()
           
 RawCorefSample FullParseCorefEnhancerStream.read()
           
 RawCorefSample MucCorefSampleStream.read()
           
 RawCorefSample NameFinderCorefEnhancerStream.read()
           
 

Constructor parameters in opennlp.tools.formats.muc with type arguments of type RawCorefSample
FullParseCorefEnhancerStream(Parser parser, ObjectStream<RawCorefSample> samples)
           
MucMentionInserterStream(ObjectStream<RawCorefSample> samples)
           
NameFinderCorefEnhancerStream(TokenNameFinder[] nameFinders, String[] tags, ObjectStream<RawCorefSample> samples)
           
ShallowParseCorefEnhancerStream(POSTagger posTagger, Chunker chunker, ObjectStream<RawCorefSample> samples)
           
 



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