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 voidGapLabeler. labelGaps(Stack<Constituent> stack)Labelsconstituentsfound in thestackwith 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 voidHeadRules. 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 voidAncoraSpanishHeadRules. labelGaps(Stack<Constituent> stack)
-