| Package | Description |
|---|---|
| opennlp.tools.chunker |
Package related to finding non-recursive syntactic annotation such as noun phrase chunks.
|
| 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,
AbstractModel chunkerModel,
ChunkerFactory factory) |
ChunkerModel(String languageCode,
AbstractModel chunkerModel,
Map<String,String> manifestInfoEntries,
ChunkerFactory factory) |
Copyright © 2019 The Apache Software Foundation. All rights reserved.