Uses of Package
opennlp.tools.coref.mention

Packages that use opennlp.tools.coref.mention
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. 
 

Classes in opennlp.tools.coref.mention used by opennlp.tools.coref
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.
 

Classes in opennlp.tools.coref.mention used by opennlp.tools.coref.mention
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.
 

Classes in opennlp.tools.coref.mention used by opennlp.tools.coref.resolver
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.
 

Classes in opennlp.tools.coref.mention used by opennlp.tools.coref.sim
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 © 2010. All Rights Reserved.