|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectopennlp.tools.coref.mention.AbstractParse
public abstract class AbstractParse
Provides default implemenation of many of the methods in the Parse interface.
| Constructor Summary | |
|---|---|
AbstractParse()
|
|
| Method Summary | |
|---|---|
java.util.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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface opennlp.tools.coref.mention.Parse |
|---|
getChildren, getEntityId, getEntityType, getNamedEntities, getNextToken, getParent, getPreviousToken, getSentenceNumber, getSpan, getSyntacticChildren, getSyntacticType, getTokens, isNamedEntity, isNounPhrase, isParentNAC, isSentence, isToken, toString |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Constructor Detail |
|---|
public AbstractParse()
| Method Detail |
|---|
public boolean isCoordinatedNounPhrase()
Parse
isCoordinatedNounPhrase in interface Parsepublic java.util.List<Parse> getNounPhrases()
ParseParse interface.
getNounPhrases in interface Parse
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||