opennlp.tools.coref.mention
Class ShallowParseMentionFinder

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

public class ShallowParseMentionFinder
extends AbstractMentionFinder

Finds mentions from shallow np-chunking based parses.


Method Summary
static ShallowParseMentionFinder getInstance(HeadFinder hf)
          Retrieves 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 ShallowParseMentionFinder getInstance(HeadFinder hf)
Retrieves the one and only existing instance.

Parameters:
hf -
Returns:
one and only existing instance


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