| Package | Description |
|---|---|
| opennlp.tools.coref |
Package related to performing coreference resolution.
|
| opennlp.tools.coref.mention |
Package related to the modeling mentions for coreference resolution.
|
| Modifier and Type | Field and Description |
|---|---|
protected MentionFinder |
AbstractLinker.mentionFinder
The mention finder used to find mentions.
|
| Modifier and Type | Method and Description |
|---|---|
MentionFinder |
Linker.getMentionFinder()
Returns the mention finder for this linker.
|
MentionFinder |
AbstractLinker.getMentionFinder() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMentionFinder
Provides default implementation of many of the methods in the
MentionFinder interface. |
class |
PTBMentionFinder
Finds mentions from Penn Treebank style parses.
|
class |
ShallowParseMentionFinder
Finds mentions from shallow np-chunking based parses.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.