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.resolver |
Package related to resolution techniques for coreference resolution.
|
opennlp.tools.coref.sim |
Package related to the modeling mention similarity for coreference resolution.
|
Class and Description |
---|
HeadFinder
Interface for finding head words in noun phrases and head noun-phrases in parses.
|
Mention
Data structure representation of a mention.
|
MentionContext
Data structure representation of a mention with additional contextual information.
|
MentionFinder
Specifies the interface that Objects which determine the space of
mentions for coreference should implement.
|
Parse
Interface for syntactic and named-entity information to be used in coreference
annotation.
|
Class and Description |
---|
AbstractMentionFinder
Provides default implementation of many of the methods in the
MentionFinder interface. |
AbstractParse
Provides default implemenation of many of the methods in the
Parse interface. |
Dictionary
Interface to provide dictionary information to the coreference module assuming a
hierarchically structured dictionary (such as WordNet) is available.
|
HeadFinder
Interface for finding head words in noun phrases and head noun-phrases in parses.
|
Mention
Data structure representation of a mention.
|
MentionFinder
Specifies the interface that Objects which determine the space of
mentions for coreference should implement.
|
Parse
Interface for syntactic and named-entity information to be used in coreference
annotation.
|
PTBMentionFinder
Finds mentions from Penn Treebank style parses.
|
ShallowParseMentionFinder
Finds mentions from shallow np-chunking based parses.
|
Class and Description |
---|
MentionContext
Data structure representation of a mention with additional contextual information.
|
Parse
Interface for syntactic and named-entity information to be used in coreference
annotation.
|
Class and Description |
---|
HeadFinder
Interface for finding head words in noun phrases and head noun-phrases in parses.
|
Mention
Data structure representation of a mention.
|
Parse
Interface for syntactic and named-entity information to be used in coreference
annotation.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.