opennlp.tools.coref.mention
Class ShallowParseMentionFinder
java.lang.Object
opennlp.tools.coref.mention.AbstractMentionFinder
opennlp.tools.coref.mention.ShallowParseMentionFinder
- All Implemented Interfaces:
- MentionFinder
public class ShallowParseMentionFinder
- extends AbstractMentionFinder
Finds mentions from shallow np-chunking based parses.
Methods inherited from class opennlp.tools.coref.mention.AbstractMentionFinder |
constructHeadMap, getMentions, getNamedEntities, isBasalNounPhrase, isConjoinedBasal, isCoordinatedNounPhraseCollection, isOfPrepPhrase, isPossessive, isPrenominalNamedEntityCollection, setCoordinatedNounPhraseCollection, setPrenominalNamedEntityCollection |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static ShallowParseMentionFinder getInstance(HeadFinder hf)
- Retrieves the one and only existing instance.
- Parameters:
hf
-
- Returns:
- one and only existing instance
Copyright © 2010. All Rights Reserved.