Uses of Class
opennlp.tools.parser.Parse
Packages that use Parse
-
Uses of Parse in opennlp.tools.parser
Subinterfaces with type arguments of type Parse in opennlp.tools.parserClasses in opennlp.tools.parser that implement interfaces with type arguments of type ParseMethods in opennlp.tools.parser that return ParseModifier and TypeMethodDescriptionSister adjoins this node's last child and the specified sister node and returns their new parent node.Parse.adjoinRoot(Parse node, HeadRules rules, int parseIndex) Clones the right frontier ofParseup to the specifiednode.Clones the right frontier of this rootParseup to and including the specified node.Parse[]Parse.getChildren()Parse.getCommonParent(Parse node) Returns the deepest shared parent of this node and the specified node.Retrieves the headconstituentfor the specified constituents of giventype.Parse.getHead()Parse.getParent()Parse[]Parse.getTagNodes()Parse[]Parse.getTokenNodes()Parse[]Returns the specified number of parses or fewer for the specified tokens.static ParseParse.parseParse(String parse) Parses the specified tree-bank style parse string and return aParsestructure for that string.static ParseParse.parseParse(String parse, GapLabeler gl) Methods in opennlp.tools.parser that return types with arguments of type ParseModifier and TypeMethodDescriptionParse.getNextPunctuationSet()Parse.getPreviousPunctuationSet()Methods in opennlp.tools.parser with parameters of type ParseModifier and TypeMethodDescriptionvoidstatic voidUtility method to insert named entities.voidParse.addNextPunctuation(Parse punct) Designates that the specified punctuation follows this parse.voidParse.addPreviousPunctuation(Parse punct) Designates that the specified punctuation should is prior to this parse.Sister adjoins this node's last child and the specified sister node and returns their new parent node.Parse.adjoinRoot(Parse node, HeadRules rules, int parseIndex) Clones the right frontier ofParseup to the specifiednode.Clones the right frontier of this rootParseup to and including the specified node.intvoidParse.expandTopNode(Parse root) static voidParse.fixPossesives(Parse parse) Parse.getCommonParent(Parse node) Returns the deepest shared parent of this node and the specified node.Retrieves the headconstituentfor the specified constituents of giventype.intvoidInserts the specified constituent into this parse based on its text span.Parse[]Returns the specified number of parses or fewer for the specified tokens.static voidParse.pruneParse(Parse parse) Prune the specified sentence parse of vacuous productions.voidSpecifies the parent parse node for this constituent.Method parameters in opennlp.tools.parser with type arguments of type ParseModifier and TypeMethodDescriptionvoidParse.setNextPunctuation(Collection<Parse> punctSet) Sets thepunctuation tagswhich follow this parse.voidParse.setPrevPunctuation(Collection<Parse> punctSet) Sets thepunctuation tagswhich precede this parse.Constructors in opennlp.tools.parser with parameters of type Parse