Uses of Interface
opennlp.tools.parser.GapLabeler

Packages that use GapLabeler
opennlp.tools.parser Package containing common code for performing full syntactic parsing. 
opennlp.tools.parser.lang.en   
 

Uses of GapLabeler in opennlp.tools.parser
 

Methods in opennlp.tools.parser with parameters of type GapLabeler
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
 class HeadRules
          Class for storing the English head rules associated with parsing.
 



Copyright © 2010. All Rights Reserved.