|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Mention | |
---|---|
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. |
Uses of Mention in opennlp.tools.coref |
---|
Methods in opennlp.tools.coref with parameters of type Mention | |
---|---|
MentionContext[] |
Linker.constructMentionContexts(Mention[] mentions)
Creates mention contexts for the specified mention exents. |
MentionContext[] |
AbstractLinker.constructMentionContexts(Mention[] mentions)
|
DiscourseEntity[] |
Linker.getEntities(Mention[] mentions)
Returns a list of entities which group the mentions into entity classes. |
DiscourseEntity[] |
AbstractLinker.getEntities(Mention[] mentions)
|
void |
Linker.setEntities(Mention[] mentions)
Indicated that the specified mentions can be used to train this linker. |
void |
AbstractLinker.setEntities(Mention[] mentions)
|
Uses of Mention in opennlp.tools.coref.mention |
---|
Subclasses of Mention in opennlp.tools.coref.mention | |
---|---|
class |
MentionContext
Data structure representation of a mention with additional contextual information. |
Methods in opennlp.tools.coref.mention that return Mention | |
---|---|
Mention[] |
MentionFinder.getMentions(Parse parse)
Returns an array of mentions. |
Mention[] |
AbstractMentionFinder.getMentions(Parse p)
|
Methods in opennlp.tools.coref.mention with parameters of type Mention | |
---|---|
int |
Mention.compareTo(Mention e)
|
Constructors in opennlp.tools.coref.mention with parameters of type Mention | |
---|---|
Mention(Mention mention)
|
|
MentionContext(Mention mention,
int mentionIndexInSentence,
int mentionsInSentence,
int mentionIndexInDocument,
int sentenceIndex,
HeadFinder headFinder)
Constructs context information for the specified mention. |
Uses of Mention in opennlp.tools.coref.sim |
---|
Subclasses of Mention in opennlp.tools.coref.sim | |
---|---|
class |
Context
Specifies the context of a mention for computing gender, number, and semantic compatibility. |
Methods in opennlp.tools.coref.sim with parameters of type Mention | |
---|---|
static Context[] |
Context.constructContexts(Mention[] mentions,
HeadFinder headFinder)
|
Constructors in opennlp.tools.coref.sim with parameters of type Mention | |
---|---|
Context(Mention mention,
HeadFinder headFinder)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |