Uses of Class
opennlp.tools.parser.ParserEventTypeEnum
-
Packages that use ParserEventTypeEnum Package Description opennlp.tools.parser Package containing common code for performing full syntactic parsing.opennlp.tools.parser.chunking Package containing code for performing full syntactic parsing using shift/reduce-style decisions.opennlp.tools.parser.treeinsert Package containing experimental code for performing full syntactic parsing using attachment decisions. -
-
Uses of ParserEventTypeEnum in opennlp.tools.parser
Fields in opennlp.tools.parser declared as ParserEventTypeEnum Modifier and Type Field Description protected ParserEventTypeEnum
AbstractParserEventStream. etype
The type of events being generated by this event stream.Methods in opennlp.tools.parser that return ParserEventTypeEnum Modifier and Type Method Description static ParserEventTypeEnum
ParserEventTypeEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static ParserEventTypeEnum[]
ParserEventTypeEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in opennlp.tools.parser with parameters of type ParserEventTypeEnum Constructor Description AbstractParserEventStream(ObjectStream<Parse> d, HeadRules rules, ParserEventTypeEnum etype)
AbstractParserEventStream(ObjectStream<Parse> d, HeadRules rules, ParserEventTypeEnum etype, Dictionary dict)
-
Uses of ParserEventTypeEnum in opennlp.tools.parser.chunking
Constructors in opennlp.tools.parser.chunking with parameters of type ParserEventTypeEnum Constructor Description ParserEventStream(ObjectStream<Parse> d, HeadRules rules, ParserEventTypeEnum etype)
ParserEventStream(ObjectStream<Parse> d, HeadRules rules, ParserEventTypeEnum etype, Dictionary dict)
-
Uses of ParserEventTypeEnum in opennlp.tools.parser.treeinsert
Constructors in opennlp.tools.parser.treeinsert with parameters of type ParserEventTypeEnum Constructor Description ParserEventStream(ObjectStream<Parse> d, HeadRules rules, ParserEventTypeEnum etype)
ParserEventStream(ObjectStream<Parse> d, HeadRules rules, ParserEventTypeEnum etype, Dictionary dict)
-