|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HeadFinder | |
---|---|
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 HeadFinder in opennlp.tools.coref |
---|
Fields in opennlp.tools.coref declared as HeadFinder | |
---|---|
protected HeadFinder |
AbstractLinker.headFinder
The head finder used in this linker. |
Methods in opennlp.tools.coref that return HeadFinder | |
---|---|
HeadFinder |
Linker.getHeadFinder()
Returns the head finder associated with this linker. |
HeadFinder |
AbstractLinker.getHeadFinder()
|
Uses of HeadFinder in opennlp.tools.coref.mention |
---|
Classes in opennlp.tools.coref.mention that implement HeadFinder | |
---|---|
class |
PTBHeadFinder
Finds head information from Penn Treebank style parses. |
Fields in opennlp.tools.coref.mention declared as HeadFinder | |
---|---|
protected HeadFinder |
AbstractMentionFinder.headFinder
|
Methods in opennlp.tools.coref.mention that return HeadFinder | |
---|---|
static HeadFinder |
PTBHeadFinder.getInstance()
Returns an instance of this head finder. |
Methods in opennlp.tools.coref.mention with parameters of type HeadFinder | |
---|---|
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. |
Constructors in opennlp.tools.coref.mention with parameters of type HeadFinder | |
---|---|
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)
|
Uses of HeadFinder in opennlp.tools.coref.sim |
---|
Methods in opennlp.tools.coref.sim with parameters of type HeadFinder | |
---|---|
static Context[] |
Context.constructContexts(Mention[] mentions,
HeadFinder headFinder)
|
Constructors in opennlp.tools.coref.sim with parameters of type HeadFinder | |
---|---|
Context(Mention mention,
HeadFinder headFinder)
|
|
Context(Span span,
Span headSpan,
int entityId,
Parse parse,
String extentType,
String nameType,
HeadFinder headFinder)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |