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, waitgetChildren, getEntityId, getEntityType, getNamedEntities, getNextToken, getParent, getPreviousToken, getSentenceNumber, getSpan, getSyntacticChildren, getSyntacticType, getTokens, isNamedEntity, isNounPhrase, isParentNAC, isSentence, isToken, toStringcompareTopublic boolean isCoordinatedNounPhrase()
ParseisCoordinatedNounPhrase in interface Parsepublic List<Parse> getNounPhrases()
ParseParse interface.getNounPhrases in interface ParseCopyright © 2016 The Apache Software Foundation. All rights reserved.