See: Description
Interface | Description |
---|---|
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.
|
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 | 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. |
DefaultParse | |
DictionaryFactory |
Factory class used to get an instance of a dictionary object.
|
JWNLDictionary |
An implementation of the Dictionary interface using the JWNL library.
|
Mention |
Data structure representation of a mention.
|
MentionContext |
Data structure representation of a mention with additional contextual information.
|
PTBHeadFinder |
Finds head information from Penn Treebank style parses.
|
PTBMentionFinder |
Finds mentions from Penn Treebank style parses.
|
ShallowParseMentionFinder |
Finds mentions from shallow np-chunking based parses.
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.