Package | Description |
---|---|
opennlp.tools.formats.muc |
Modifier and Type | Method and Description |
---|---|
RawCorefSample |
FullParseCorefEnhancerStream.read() |
RawCorefSample |
MucCorefSampleStream.read() |
RawCorefSample |
NameFinderCorefEnhancerStream.read() |
RawCorefSample |
ShallowParseCorefEnhancerStream.read() |
Constructor and Description |
---|
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 © 2018 The Apache Software Foundation. All rights reserved.