Uses of Class
opennlp.tools.parser.Constituent
-
Packages that use Constituent 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 Constituent in opennlp.tools.parser
Method parameters in opennlp.tools.parser with type arguments of type Constituent Modifier and Type Method Description void
GapLabeler. labelGaps(Stack<Constituent> stack)
Labels the constituents found in the stack with gap labels if appropriate. -
Uses of Constituent in opennlp.tools.parser.lang.en
Method parameters in opennlp.tools.parser.lang.en with type arguments of type Constituent Modifier and Type Method Description void
HeadRules. labelGaps(Stack<Constituent> stack)
-
Uses of Constituent in opennlp.tools.parser.lang.es
Method parameters in opennlp.tools.parser.lang.es with type arguments of type Constituent Modifier and Type Method Description void
AncoraSpanishHeadRules. labelGaps(Stack<Constituent> stack)
-