Uses of Enum Class
opennlp.tools.parser.ParserType
Packages that use ParserType
Package
Description
Package containing common code for performing full syntactic parsing.
-
Uses of ParserType in opennlp.tools.parser
Methods in opennlp.tools.parser that return ParserTypeModifier and TypeMethodDescriptionParserModel.getParserType()
static ParserType
static ParserType
Returns the enum constant of this class with the specified name.static ParserType[]
ParserType.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 ParserTypeModifierConstructorDescriptionParserCrossValidator
(String languageCode, TrainingParameters params, HeadRules rules, ParserType parserType, ParserEvaluationMonitor... monitors) Initializes aParserCrossValidator
instance via given parameters.ParserModel
(String languageCode, MaxentModel buildModel, MaxentModel checkModel, MaxentModel attachModel, POSModel parserTagger, ChunkerModel chunkerTagger, HeadRules headRules, ParserType modelType) Initializes aParserModel
instance via given parameters.ParserModel
(String languageCode, MaxentModel buildModel, MaxentModel checkModel, MaxentModel attachModel, POSModel parserTagger, ChunkerModel chunkerTagger, HeadRules headRules, ParserType modelType, Map<String, String> manifestInfoEntries) Initializes aParserModel
instance via given parameters.ParserModel
(String languageCode, MaxentModel buildModel, MaxentModel checkModel, POSModel parserTagger, ChunkerModel chunkerTagger, HeadRules headRules, ParserType type, Map<String, String> manifestInfoEntries) Initializes aParserModel
instance via given parameters.