Uses of Enum Class
opennlp.tools.parser.ParserEventTypeEnum
Packages that use ParserEventTypeEnum
Package
Description
Package containing common code for performing full syntactic parsing.
Package containing code for performing full syntactic parsing using shift/reduce-style decisions.
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 ParserEventTypeEnumModifier and TypeFieldDescriptionprotected final ParserEventTypeEnum
AbstractParserEventStream.etype
The type of events being generated by this event stream.Methods in opennlp.tools.parser that return ParserEventTypeEnumModifier and TypeMethodDescriptionstatic ParserEventTypeEnum
Returns the enum constant of this class with the specified name.static ParserEventTypeEnum[]
ParserEventTypeEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in opennlp.tools.parser with parameters of type ParserEventTypeEnumModifierConstructorDescriptionAbstractParserEventStream
(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 ParserEventTypeEnumModifierConstructorDescriptionParserEventStream
(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 ParserEventTypeEnumModifierConstructorDescriptionParserEventStream
(ObjectStream<Parse> d, HeadRules rules, ParserEventTypeEnum etype) ParserEventStream
(ObjectStream<Parse> d, HeadRules rules, ParserEventTypeEnum etype, Dictionary dict)