Uses of Interface
opennlp.tools.parser.GapLabeler
-
Packages that use GapLabeler Package Description opennlp.tools.parser Package containing common code for performing full syntactic parsing.opennlp.tools.parser.lang.en opennlp.tools.parser.lang.es -
-
Uses of GapLabeler in opennlp.tools.parser
Methods in opennlp.tools.parser with parameters of type GapLabeler Modifier and Type Method Description static Parse
Parse. parseParse(String parse, GapLabeler gl)
Parses the specified tree-bank style parse string and return a Parse structure for that string. -
Uses of GapLabeler in opennlp.tools.parser.lang.en
Classes in opennlp.tools.parser.lang.en that implement GapLabeler Modifier and Type Class Description class
HeadRules
Class for storing the English head rules associated with parsing. -
Uses of GapLabeler in opennlp.tools.parser.lang.es
Classes in opennlp.tools.parser.lang.es that implement GapLabeler Modifier and Type Class Description class
AncoraSpanishHeadRules
Class for storing the Ancora Spanish head rules associated with parsing.
-