Package opennlp.tools.coref.mention

Package related to the modeling mentions for coreference resolution.

See:
          Description

Interface Summary
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 Summary
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 This class is a wrapper for Parse mapping it to the API specified in Parse.
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.
 

Package opennlp.tools.coref.mention Description

Package related to the modeling mentions for coreference resolution.



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.