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 ParseParse. parseParse(String parse, GapLabeler gl) -
Uses of GapLabeler in opennlp.tools.parser.lang.en
Classes in opennlp.tools.parser.lang.en that implement GapLabeler Modifier and Type Class Description classHeadRulesClass for storing the EnglishHeadRulesassociated 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 classAncoraSpanishHeadRulesClass for storing the Ancora Spanish head rules associated with parsing.
-