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 ParserTypeParserModel. getParserType()static ParserTypeParserType. parse(String type)static ParserTypeParserType. 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)Initializes aParserCrossValidatorinstance via given parameters.ParserModel(String languageCode, MaxentModel buildModel, MaxentModel checkModel, MaxentModel attachModel, POSModel parserTagger, ChunkerModel chunkerTagger, HeadRules headRules, ParserType modelType)Initializes aParserModelinstance 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 aParserModelinstance via given parameters.ParserModel(String languageCode, MaxentModel buildModel, MaxentModel checkModel, POSModel parserTagger, ChunkerModel chunkerTagger, HeadRules headRules, ParserType type, Map<String,String> manifestInfoEntries)Initializes aParserModelinstance via given parameters.
-