Package opennlp.tools.parser
Class Parse
java.lang.Object
opennlp.tools.parser.Parse
- All Implemented Interfaces:
- Cloneable,- Comparable<Parse>
Data structure for holding parse constituents.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidstatic voidUtility method to insert named entities.voidaddNextPunctuation(Parse punct) Designates that the specified punctuation follows this parse.voidaddPreviousPunctuation(Parse punct) Designates that the specified punctuation should is prior to this parse.voidaddProb(double logProb) Adds the specifiedlogProbto this current log for this parse.Sister adjoins this node's last child and the specified sister node and returns their new parent node.adjoinRoot(Parse node, HeadRules rules, int parseIndex) clone()Clones the right frontier ofParseup to the specifiednode.Clones the right frontier of this rootParseup to and including the specified node.intbooleancomplete()booleanvoidexpandTopNode(Parse root) static voidfixPossesives(Parse parse) intParse[]getCommonParent(Parse node) Returns the deepest shared parent of this node and the specified node.getHead()intgetLabel()Retrieves the label assigned to this parse node during parsing which specifies how this node will be formed into a constituent.doublegetProb()getSpan()Parse[]doublegetText()Parse[]getType()inthashCode()intvoidInserts the specified constituent into this parse based on its text span.booleanisChunk()voidisChunk(boolean ic) booleanisFlat()Indicates whether this parse node contains no sub-constituents.booleanisPosTag()Indicates whether this parse node is a pos-tag.static ParseparseParse(String parse) Parses the specified tree-bank style parse string and return aParsestructure for that string.static ParseparseParse(String parse, GapLabeler gl) static voidpruneParse(Parse parse) Prune the specified sentence parse of vacuous productions.voidremove(int index) voidReplaces the child at the specified index with a new child with the specified label.voidsetDerivation(StringBuffer derivation) Specifies the derivation string to be associated with this parse.voidAssigns this parse the specified label.voidsetNextPunctuation(Collection<Parse> punctSet) Sets thepunctuation tagswhich follow this parse.voidSpecifies the parent parse node for this constituent.voidsetPrevPunctuation(Collection<Parse> punctSet) Sets thepunctuation tagswhich precede this parse.voidSet the type of this constituent to the specified type.voidshow()Prints this parse using Penn Treebank-style formatting.voidshow(StringBuffer sb) Fills the specifiedStringBufferwith a string representation of this parse.voidPrints to standard out a representation of the specified parse which contains hash codes so that parent/child relationships can be explicitly seen.toString()Represents thisParsein a human-readable way.voidupdateHeads(HeadRules rules) Computes the head parses for this parse and its sub-parses and stores this information in the parse data structure.voidstatic voiduseFunctionTags(boolean uft) Specifies whether function tags should be included as part of the constituent type.
- 
Field Details- 
BRACKET_LRB- See Also:
 
- 
BRACKET_RRB- See Also:
 
- 
BRACKET_LCB- See Also:
 
- 
BRACKET_RCB- See Also:
 
- 
BRACKET_LSB- See Also:
 
- 
BRACKET_RSB- See Also:
 
 
- 
- 
Constructor Details- 
ParseInitializes anodefor this specifiedtextandspanof the specifiedtypewith probabilitypand the headindex.- Parameters:
- text- The text of the sentence for which this node is a part of.
- span- The- character offsetsfor this node within the specified- text.
- type- The constituent label of this node.
- p- The probability of this- Parse.
- index- The token index of the head of this parse.
 
- 
ParseInitializes anodefor this specifiedtextandspanof the specifiedtypewith probabilitypand the headindex.- Parameters:
- text- The text of the sentence for which this node is a part of.
- span- The- character offsetsfor this node within the specified- text.
- type- The constituent label of this node.
- p- The probability of this parse.
- h- The head token of this parse.
 
 
- 
- 
Method Details- 
clone
- 
cloneClones the right frontier ofParseup to the specifiednode.- Parameters:
- node- The last- nodein the right frontier of the parse tree to be cloned.
- Returns:
- A clone of this parse and its right frontier up to and including the specified node.
 
- 
cloneRootClones the right frontier of this rootParseup to and including the specified node.- Parameters:
- node- The last- nodein the right frontier of the parse tree to be cloned.
- parseIndex- The child index of the parse for this root- node.
- Returns:
- A clone of this root parse and its right frontier up to and including the specified node.
 
- 
useFunctionTagspublic static void useFunctionTags(boolean uft) Specifies whether function tags should be included as part of the constituent type.- Parameters:
- uft-- trueis they should be included,- falseotherwise.
 
- 
setTypeSet the type of this constituent to the specified type.- Parameters:
- type- The type of this constituent.
 
- 
getType- Returns:
- Retrieves the constituent label for this node of the parse.
 
- 
getPreviousPunctuationSet- Returns:
- Retrieves the set of punctuation parsesthat occur immediately before this parse.
 
- 
addPreviousPunctuationDesignates that the specified punctuation should is prior to this parse.- Parameters:
- punct- The- punctuationto be added.
 
- 
getNextPunctuationSet- Returns:
- Retrieves the set of punctuation parsesthat occur immediately after this parse.
 
- 
addNextPunctuationDesignates that the specified punctuation follows this parse.- Parameters:
- punct- The- punctuationset.
 
- 
setNextPunctuationSets thepunctuation tagswhich follow this parse.- Parameters:
- punctSet- The punctuation tags which follow this parse.
 
- 
setPrevPunctuationSets thepunctuation tagswhich precede this parse.- Parameters:
- punctSet- The punctuation tags which precede this parse.
 
- 
insertInserts the specified constituent into this parse based on its text span. This method assumes that the specified constituent can be inserted into this parse.- Parameters:
- constituent- The- constituentto be inserted.
 
- 
showFills the specifiedStringBufferwith a string representation of this parse.- Parameters:
- sb- A- StringBufferinto which the parse string can be appended.
 
- 
showpublic void show()Prints this parse using Penn Treebank-style formatting.
- 
getTagSequenceProbpublic double getTagSequenceProb()- Returns:
- Retrieves the probability associated with the pos-tag sequence assigned to this parse.
 
- 
completepublic boolean complete()- Returns:
- trueif the parse contains a single top-most node (=complete),- falseotherwise.
 
- 
getCoveredText
- 
toStringPennTreebank- Returns:
- Retrieves a String representation using Penn Treebank-style formatting.
 
- 
toStringRepresents thisParsein a human-readable way.
- 
getText- Returns:
- Retrieves the text of the sentence over which this parse was formed.
 
- 
getSpan- Returns:
- Retrieves the character offsetsfor this constituent.
 
- 
getProbpublic double getProb()- Returns:
- Retrieves the logof the product of the probability associated with all the decisions which formed this constituent.
 
- 
addProbpublic void addProb(double logProb) Adds the specifiedlogProbto this current log for this parse.- Parameters:
- logProb- The probability of an action performed on this parse.
 
- 
getChildren- Returns:
- Retrieves the child constituentsof this constituent.
 
- 
setChildReplaces the child at the specified index with a new child with the specified label.- Parameters:
- index- The index of the child to be replaced.
- label- The label to be assigned to the new child.
 
- 
add
- 
removepublic void remove(int index) 
- 
adjoinRoot
- 
adjoinSister adjoins this node's last child and the specified sister node and returns their new parent node. The new parent node replace this node's last child.- Parameters:
- sister- The- nodeto be adjoined.
- rules- The- HeadRulesfor the parser.
- Returns:
- The new parent nodeof this node and the specified sister node.
 
- 
expandTopNode
- 
getChildCountpublic int getChildCount()- Returns:
- Retrieves the number of children for this parse node.
 
- 
indexOf- Parameters:
- child- A child of this parse.
- Returns:
- Retrieves the index of this specified child or -1if the specified child is not a child of this parse.
 
- 
getHead- Returns:
- Retrieves the head constituent associated with this constituent.
 
- 
getHeadIndexpublic int getHeadIndex()- Returns:
- Retrieves the index within a sentence of the head token for this parse.
 
- 
getLabelRetrieves the label assigned to this parse node during parsing which specifies how this node will be formed into a constituent.- Returns:
- The outcome label assigned to this node during parsing.
 
- 
setLabelAssigns this parse the specified label. This is used by parsing schemes to tag parsing nodes while building.- Parameters:
- label- A label indicating something about the stage of building for this parse node.
 
- 
updateHeadsComputes the head parses for this parse and its sub-parses and stores this information in the parse data structure.- Parameters:
- rules- The- HeadRuleswhich determine how the head of the parse is computed.
 
- 
updateSpanpublic void updateSpan()
- 
pruneParsePrune the specified sentence parse of vacuous productions.- Parameters:
- parse- The sentence- Parse.
 
- 
fixPossesives
- 
parseParseParses the specified tree-bank style parse string and return aParsestructure for that string.
- 
parseParse- Parameters:
- parse- A tree-bank style- Parsestring.
- gl- The- GapLabelerto be used.
- Returns:
- A Parsestructure for the specified tree-bank style parse string.
 
- 
getParent- Returns:
- Retrieves the parent parse node of this constituent.
 
- 
setParentSpecifies the parent parse node for this constituent.- Parameters:
- parent- The parent parse node for this constituent.
 
- 
isPosTagpublic boolean isPosTag()Indicates whether this parse node is a pos-tag.- Returns:
- trueif this node is a pos-tag,- falseotherwise.
 
- 
isFlatpublic boolean isFlat()Indicates whether this parse node contains no sub-constituents.- Returns:
- trueif this constituent contains no sub-constituents;- falseotherwise.
 
- 
isChunkpublic void isChunk(boolean ic) 
- 
isChunkpublic boolean isChunk()
- 
getTagNodes- Returns:
- Retrieves the parse nodes which are children of this node and which are pos tags.
 
- 
getTokenNodes
- 
getCommonParentReturns the deepest shared parent of this node and the specified node. If the nodes are identical then their parent is returned. If one node is the parent of the other than the parent node is returned.- Parameters:
- node- The node from which parents are compared to this node's parents.
- Returns:
- the deepest shared parent of this node and the specified node.
 
- 
equals
- 
hashCodepublic int hashCode()
- 
compareTo- Specified by:
- compareToin interface- Comparable<Parse>
 
- 
getDerivation- Returns:
- Retrieves the derivation string for this parse or nullif no derivation string has been created.
 
- 
setDerivationSpecifies the derivation string to be associated with this parse.- Parameters:
- derivation- The derivation string to be associated with this parse.
 
- 
showCodeTreepublic void showCodeTree()Prints to standard out a representation of the specified parse which contains hash codes so that parent/child relationships can be explicitly seen.
- 
addNamesUtility method to insert named entities.
 
-