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 | Class and Description |
---|---|
class |
DefaultChunkerContextGenerator
Features based on chunking model described in Fei Sha and Fernando Pereira.
|
Modifier and Type | Method and Description |
---|---|
ChunkerContextGenerator |
ChunkerFactory.getContextGenerator() |
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 | Class and Description |
---|---|
class |
ChunkContextGenerator
Creates predivtive context for the pre-chunking phases of parsing.
|
Modifier and Type | Method and Description |
---|---|
ChunkerContextGenerator |
ParserChunkerFactory.getContextGenerator() |
Copyright © 2017 The Apache Software Foundation. All rights reserved.