|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParserType | |
---|---|
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 | |
---|---|
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 | |
---|---|
ParserModel(String languageCode,
opennlp.model.AbstractModel buildModel,
opennlp.model.AbstractModel checkModel,
opennlp.model.AbstractModel attachModel,
POSModel parserTagger,
ChunkerModel chunkerTagger,
HeadRules headRules,
ParserType modelType)
|
|
ParserModel(String languageCode,
opennlp.model.AbstractModel buildModel,
opennlp.model.AbstractModel checkModel,
opennlp.model.AbstractModel attachModel,
POSModel parserTagger,
ChunkerModel chunkerTagger,
HeadRules headRules,
ParserType modelType,
Map<String,String> manifestInfoEntries)
|
|
ParserModel(String languageCode,
opennlp.model.AbstractModel buildModel,
opennlp.model.AbstractModel checkModel,
POSModel parserTagger,
ChunkerModel chunkerTagger,
HeadRules headRules,
ParserType type,
Map<String,String> manifestInfoEntries)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |