Uses of Class
opennlp.tools.parser.ParserType
-
Packages that use ParserType Package Description opennlp.tools.parser Package containing common code for performing full syntactic parsing. -
-
Uses of ParserType in opennlp.tools.parser
Methods in opennlp.tools.parser that return ParserType Modifier and Type Method Description ParserType
ParserModel. getParserType()
static ParserType
ParserType. parse(String type)
static ParserType
ParserType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ParserType[]
ParserType. 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 ParserType Constructor Description ParserCrossValidator(String languageCode, TrainingParameters params, HeadRules rules, ParserType parserType, ParserEvaluationMonitor... monitors)
ParserModel(String languageCode, MaxentModel buildModel, MaxentModel checkModel, MaxentModel attachModel, POSModel parserTagger, ChunkerModel chunkerTagger, HeadRules headRules, ParserType modelType)
ParserModel(String languageCode, MaxentModel buildModel, MaxentModel checkModel, MaxentModel attachModel, POSModel parserTagger, ChunkerModel chunkerTagger, HeadRules headRules, ParserType modelType, Map<String,String> manifestInfoEntries)
ParserModel(String languageCode, MaxentModel buildModel, MaxentModel checkModel, POSModel parserTagger, ChunkerModel chunkerTagger, HeadRules headRules, ParserType type, Map<String,String> manifestInfoEntries)
-