opennlp.tools.coref.mention
Class PTBMentionFinder

java.lang.Object
  extended by opennlp.tools.coref.mention.AbstractMentionFinder
      extended by opennlp.tools.coref.mention.PTBMentionFinder
All Implemented Interfaces:
MentionFinder

public class PTBMentionFinder
extends AbstractMentionFinder

Finds mentions from Penn Treebank style parses.


Method Summary
static PTBMentionFinder getInstance(HeadFinder hf)
          Retrives the one and only existing instance.
 
Methods inherited from class opennlp.tools.coref.mention.AbstractMentionFinder
getMentions, getNamedEntities, isCoordinatedNounPhraseCollection, isPrenominalNamedEntityCollection, setCoordinatedNounPhraseCollection, setPrenominalNamedEntityCollection
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static PTBMentionFinder getInstance(HeadFinder hf)
Retrives the one and only existing instance.

Parameters:
hf -
Returns:
the one and only existing instance


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