Package | Description |
---|---|
opennlp.tools.chunker |
Package related to finding non-recursive syntactic annotation such as noun phrase chunks.
|
opennlp.tools.formats |
Experimental package related to converting various corpora to OpenNLP Format.
|
opennlp.tools.formats.ad | |
opennlp.tools.parser |
Package containing common code for performing full syntactic parsing.
|
Modifier and Type | Method and Description |
---|---|
protected ChunkSample |
ChunkerEvaluator.processSample(ChunkSample reference)
Evaluates the given reference
ChunkSample object. |
ChunkSample |
ChunkSampleStream.read() |
Modifier and Type | Method and Description |
---|---|
protected Iterator<Event> |
ChunkerEventStream.createEvents(ChunkSample sample) |
protected ChunkSample |
ChunkerEvaluator.processSample(ChunkSample reference)
Evaluates the given reference
ChunkSample object. |
Modifier and Type | Method and Description |
---|---|
void |
ChunkerCrossValidator.evaluate(ObjectStream<ChunkSample> samples,
int nFolds)
Starts the evaluation.
|
static ChunkerModel |
ChunkerME.train(String lang,
ObjectStream<ChunkSample> in,
TrainingParameters mlParams,
ChunkerFactory factory) |
Constructor and Description |
---|
ChunkerEventStream(ObjectStream<ChunkSample> d,
ChunkerContextGenerator cg)
Creates a new event stream based on the specified data stream using the specified context generator.
|
ChunkSampleSequenceStream(ObjectStream<ChunkSample> samples,
ChunkerContextGenerator contextGenerator) |
Modifier and Type | Method and Description |
---|---|
ObjectStream<ChunkSample> |
ChunkerSampleStreamFactory.create(String[] args) |
Modifier and Type | Method and Description |
---|---|
ChunkSample |
ADChunkSampleStream.read() |
Modifier and Type | Method and Description |
---|---|
ObjectStream<ChunkSample> |
ADChunkSampleStreamFactory.create(String[] args) |
Modifier and Type | Method and Description |
---|---|
ChunkSample |
ChunkSampleStream.read() |
Copyright © 2017 The Apache Software Foundation. All rights reserved.