Package | Description |
---|---|
opennlp.tools.coref |
Package related to performing coreference resolution.
|
opennlp.tools.coref.resolver |
Package related to resolution techniques for coreference resolution.
|
Modifier and Type | Method and Description |
---|---|
protected DiscourseEntity |
AbstractLinker.checkForMerges(DiscourseModel dm,
DiscourseEntity[] des) |
protected void |
AbstractLinker.resolve(MentionContext mention,
DiscourseModel discourseModel)
Resolves the specified mention to an entity in the specified discourse model or creates a new entity for the mention.
|
protected void |
AbstractLinker.updateExtent(DiscourseModel dm,
MentionContext mention,
DiscourseEntity entity,
boolean useDiscourseModel)
Updates the specified discourse model with the specified mention as coreferent with the specified entity.
|
Modifier and Type | Method and Description |
---|---|
protected int |
AbstractResolver.getNumEntities(DiscourseModel dm)
The number of entities that should be considered for resolution with the specified discourse model.
|
DiscourseEntity |
Resolver.resolve(MentionContext ec,
DiscourseModel dm)
Resolve this referring expression to a discourse entity in the discourse model.
|
DiscourseEntity |
PerfectResolver.resolve(MentionContext ec,
DiscourseModel dm) |
DiscourseEntity |
MaxentResolver.resolve(MentionContext ec,
DiscourseModel dm) |
DiscourseEntity |
Resolver.retain(MentionContext mention,
DiscourseModel model)
Uses the specified mention and discourse model to train this resolver.
|
DiscourseEntity |
AbstractResolver.retain(MentionContext mention,
DiscourseModel dm) |
DiscourseEntity |
MaxentResolver.retain(MentionContext mention,
DiscourseModel dm) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.