|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChunkSample | |
---|---|
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. |
Uses of ChunkSample in opennlp.tools.chunker |
---|
Methods in opennlp.tools.chunker that return ChunkSample | |
---|---|
ChunkSample |
ChunkSampleStream.read()
|
Method parameters in opennlp.tools.chunker with type arguments of type ChunkSample | |
---|---|
static ChunkerModel |
ChunkerME.train(String lang,
ObjectStream<ChunkSample> in,
int cutoff,
int iterations)
Trains a new model for the ChunkerME . |
static ChunkerModel |
ChunkerME.train(String lang,
ObjectStream<ChunkSample> in,
int cutoff,
int iterations,
ChunkerContextGenerator contextGenerator)
|
Constructor parameters in opennlp.tools.chunker with type arguments of type ChunkSample | |
---|---|
ChunkerEventStream(ObjectStream<ChunkSample> d)
Creates a new event stream based on the specified data stream. |
|
ChunkerEventStream(ObjectStream<ChunkSample> d,
ChunkerContextGenerator cg)
Creates a new event stream based on the specified data stream using the specified context generator. |
Uses of ChunkSample in opennlp.tools.parser |
---|
Methods in opennlp.tools.parser that return ChunkSample | |
---|---|
ChunkSample |
ChunkSampleStream.read()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |