Package | Description |
---|---|
opennlp.tools.chunker |
Package related to finding non-recursive syntactic annotation such as noun phrase chunks.
|
opennlp.tools.parser |
Package containing common code for performing full syntactic parsing.
|
opennlp.tools.util.model |
Modifier and Type | Method and Description |
---|---|
static ChunkerModel |
ChunkerME.train(String lang,
ObjectStream<ChunkSample> in,
TrainingParameters mlParams,
ChunkerFactory factory) |
Constructor and Description |
---|
ChunkerME(ChunkerModel model)
Initializes the current instance with the specified model.
|
Modifier and Type | Method and Description |
---|---|
ChunkerModel |
ParserModel.getParserChunkerModel() |
Modifier and Type | Method and Description |
---|---|
ParserModel |
ParserModel.updateChunkerModel(ChunkerModel chunkModel) |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
ChunkerModel |
ChunkerModelSerializer.create(InputStream in) |
Modifier and Type | Method and Description |
---|---|
void |
ChunkerModelSerializer.serialize(ChunkerModel artifact,
OutputStream out) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.