Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
static CorefSample |
CorefSample.parse(String corefSampleString) |
CorefSample |
CorefSampleDataStream.read() |
Modifier and Type | Method and Description |
---|---|
static void |
CorefTrainer.train(String modelDirectory,
ObjectStream<CorefSample> samples,
boolean useTreebank,
boolean useDiscourseModel) |
Modifier and Type | Method and Description |
---|---|
ObjectStream<CorefSample> |
CorefSampleStreamFactory.create(String[] args) |
Modifier and Type | Method and Description |
---|---|
CorefSample |
MucMentionInserterStream.read() |
Modifier and Type | Method and Description |
---|---|
ObjectStream<CorefSample> |
Muc6FullParseCorefSampleStreamFactory.create(String[] args) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.