Uses of Interface
opennlp.tools.coref.mention.MentionFinder

Packages that use MentionFinder
opennlp.tools.coref Package related to performing coreference resolution. 
opennlp.tools.coref.mention Package related to the modeling mentions for coreference resolution. 
 

Uses of MentionFinder in opennlp.tools.coref
 

Fields in opennlp.tools.coref declared as MentionFinder
protected  MentionFinder AbstractLinker.mentionFinder
          The mention finder used to find mentions.
 

Methods in opennlp.tools.coref that return MentionFinder
 MentionFinder Linker.getMentionFinder()
          Returns the mention finder for this linker.
 MentionFinder AbstractLinker.getMentionFinder()
           
 

Uses of MentionFinder in opennlp.tools.coref.mention
 

Classes in opennlp.tools.coref.mention that implement MentionFinder
 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 © 2010. All Rights Reserved.