Uses of Interface
opennlp.tools.parser.HeadRules
Packages that use HeadRules
-
Uses of HeadRules in opennlp.tools.parser
Methods in opennlp.tools.parser with parameters of type HeadRulesModifier and TypeMethodDescriptionvoidSister 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) voidParse.updateHeads(HeadRules rules) Computes the head parses for this parse and its sub-parses and stores this information in the parse data structure.