Package | Description |
---|---|
opennlp.tools.coref |
Package related to performing coreference resolution.
|
opennlp.tools.coref.mention |
Package related to the modeling mentions for coreference resolution.
|
opennlp.tools.coref.sim |
Package related to the modeling mention similarity for coreference resolution.
|
Modifier and Type | Method and Description |
---|---|
NumberEnum |
DiscourseEntity.getNumber()
Returns the number associated with this entity.
|
Modifier and Type | Method and Description |
---|---|
void |
DiscourseEntity.setNumber(NumberEnum number)
Specifies the number of this entity.
|
Constructor and Description |
---|
DiscourseEntity(MentionContext mention,
GenderEnum gender,
double genderProb,
NumberEnum number,
double numberProb)
Creates a new entity based on the specified mention and its specified gender and number properties.
|
Modifier and Type | Method and Description |
---|---|
NumberEnum |
MentionContext.getNumber()
Returns the number of this mention.
|
Modifier and Type | Method and Description |
---|---|
void |
MentionContext.setNumber(NumberEnum number,
double probability)
Assigns the specified number with the specified probability to this mention.
|
Modifier and Type | Field and Description |
---|---|
static NumberEnum |
NumberEnum.PLURAL
Plural number type.
|
static NumberEnum |
NumberEnum.SINGULAR
Singular number type.
|
static NumberEnum |
NumberEnum.UNKNOWN
Unknown number type.
|
Modifier and Type | Method and Description |
---|---|
NumberEnum |
NumberModel.getNumber(Context ec) |
NumberEnum |
Number.getType() |
Constructor and Description |
---|
Number(NumberEnum type,
double confidence) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.