Package | Description |
---|---|
opennlp.tools.coref |
Package related to performing coreference resolution.
|
opennlp.tools.lang.english |
Package related to the processing of English data.
|
Modifier and Type | Field and Description |
---|---|
protected LinkerMode |
AbstractLinker.mode
The mode in which this linker is running.
|
Modifier and Type | Method and Description |
---|---|
static LinkerMode |
LinkerMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinkerMode[] |
LinkerMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultLinker.initResolvers(LinkerMode mode,
double fixedNonReferentialProbability)
Initializes the resolvers used by this linker.
|
Constructor and Description |
---|
AbstractLinker(String project,
LinkerMode mode)
Creates a new linker using the models in the specified project directory and using the specified mode.
|
AbstractLinker(String project,
LinkerMode mode,
boolean useDiscourseModel)
Creates a new linker using the models in the specified project directory, using the specified mode,
and combining coreferent entities based on the specified value.
|
DefaultLinker(String modelDirectory,
LinkerMode mode)
Creates a new linker with the specified model directory, running in the specified mode.
|
DefaultLinker(String modelDirectory,
LinkerMode mode,
boolean useDiscourseModel)
Creates a new linker with the specified model directory, running in the specified mode which uses a discourse model
based on the specified parameter.
|
DefaultLinker(String modelDirectory,
LinkerMode mode,
boolean useDiscourseModel,
double fixedNonReferentialProbability)
Creates a new linker with the specified model directory, running in the specified mode which uses a discourse model
based on the specified parameter and uses the specified fixed non-referential probability.
|
TreebankLinker(String project,
LinkerMode mode) |
TreebankLinker(String project,
LinkerMode mode,
boolean useDiscourseModel) |
TreebankLinker(String project,
LinkerMode mode,
boolean useDiscourseModel,
double fixedNonReferentialProbability) |
Constructor and Description |
---|
TreebankLinker(String project,
LinkerMode mode)
Deprecated.
|
TreebankLinker(String project,
LinkerMode mode,
boolean useDiscourseModel)
Deprecated.
|
TreebankLinker(String project,
LinkerMode mode,
boolean useDiscourseModel,
double fixedNonReferentialProbability)
Deprecated.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.