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.
|
Modifier and Type | Method and Description |
---|---|
static ChunkerFactory |
ChunkerFactory.create(String subclassName) |
ChunkerFactory |
ChunkerModel.getFactory() |
Modifier and Type | Method and Description |
---|---|
static ChunkerModel |
ChunkerME.train(String lang,
ObjectStream<ChunkSample> in,
TrainingParameters mlParams,
ChunkerFactory factory) |
Constructor and Description |
---|
ChunkerCrossValidator(String languageCode,
TrainingParameters params,
ChunkerFactory factory,
ChunkerEvaluationMonitor... listeners) |
ChunkerModel(String languageCode,
MaxentModel chunkerModel,
ChunkerFactory factory) |
ChunkerModel(String languageCode,
MaxentModel chunkerModel,
int beamSize,
Map<String,String> manifestInfoEntries,
ChunkerFactory factory) |
ChunkerModel(String languageCode,
MaxentModel chunkerModel,
Map<String,String> manifestInfoEntries,
ChunkerFactory factory) |
ChunkerModel(String languageCode,
SequenceClassificationModel<String> chunkerModel,
Map<String,String> manifestInfoEntries,
ChunkerFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
ParserChunkerFactory |
Copyright © 2017 The Apache Software Foundation. All rights reserved.