Package opennlp.tools.chunker
package opennlp.tools.chunker
-
ClassesClassDescriptionAdapts a
Chunkerto the document pipeline: readsLayers.SENTENCES,Layers.TOKENS, andLayers.POS_TAGSand providesChunkerAnnotator.CHUNKS, one annotation per phrase chunk carrying the chunk type, for exampleNPorVP, on the span from its first to its last token.Cross validator forChunker.TheChunkerEvaluatormeasures the performance of the givenChunkerwith the provided referencesamples.Class for creating an event stream out of data files for training aChunker.The class represents a maximum-entropy-basedChunker.TheChunkerModelis the model used by a learnableChunker.ASequenceStreamimplementation encapsulatingsamples.Parses the conll 2000 shared task shallow parser training data.Features based on chunking model described in Fei Sha and Fernando Pereira.The default chunkerSequenceValidatorimplementation.Deprecated.
ChunkerMEis itself thread-safe.