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 | Field and Description |
---|---|
protected HeadFinder |
AbstractLinker.headFinder
The head finder used in this linker.
|
Modifier and Type | Method and Description |
---|---|
HeadFinder |
AbstractLinker.getHeadFinder() |
HeadFinder |
Linker.getHeadFinder()
Returns the head finder associated with this linker.
|
Modifier and Type | Class and Description |
---|---|
class |
PTBHeadFinder
Finds head information from Penn Treebank style parses.
|
Modifier and Type | Field and Description |
---|---|
protected HeadFinder |
AbstractMentionFinder.headFinder |
Modifier and Type | Method and Description |
---|---|
static HeadFinder |
PTBHeadFinder.getInstance()
Returns an instance of this head finder.
|
Modifier and Type | Method and Description |
---|---|
static ShallowParseMentionFinder |
ShallowParseMentionFinder.getInstance(HeadFinder hf)
Retrieves the one and only existing instance.
|
static PTBMentionFinder |
PTBMentionFinder.getInstance(HeadFinder hf)
Retrives the one and only existing instance.
|
Constructor and Description |
---|
MentionContext(Mention mention,
int mentionIndexInSentence,
int mentionsInSentence,
int mentionIndexInDocument,
int sentenceIndex,
HeadFinder headFinder)
Constructs context information for the specified mention.
|
MentionContext(Span span,
Span headSpan,
int entityId,
Parse parse,
String extentType,
String nameType,
int mentionIndex,
int mentionsInSentence,
int mentionIndexInDocument,
int sentenceIndex,
HeadFinder headFinder) |
Modifier and Type | Method and Description |
---|---|
static Context[] |
Context.constructContexts(Mention[] mentions,
HeadFinder headFinder) |
Constructor and Description |
---|
Context(Mention mention,
HeadFinder headFinder) |
Context(Span span,
Span headSpan,
int entityId,
Parse parse,
String extentType,
String nameType,
HeadFinder headFinder) |
Copyright © 2019 The Apache Software Foundation. All rights reserved.