public abstract class AbstractParse extends Object implements Parse
Parse
interface.Constructor and Description |
---|
AbstractParse() |
Modifier and Type | Method and Description |
---|---|
List<Parse> |
getNounPhrases()
Returns a list of the all noun phrases
contained by this parse.
|
boolean |
isCoordinatedNounPhrase()
Specifies whether this parse is a coordinated noun phrase.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getChildren, getEntityId, getEntityType, getNamedEntities, getNextToken, getParent, getPreviousToken, getSentenceNumber, getSpan, getSyntacticChildren, getSyntacticType, getTokens, isNamedEntity, isNounPhrase, isParentNAC, isSentence, isToken, toString
compareTo
public boolean isCoordinatedNounPhrase()
Parse
isCoordinatedNounPhrase
in interface Parse
public List<Parse> getNounPhrases()
Parse
Parse
interface.getNounPhrases
in interface Parse
Copyright © 2017 The Apache Software Foundation. All rights reserved.