Class Hierarchy
- java.lang.Object
- opennlp.tools.util.AbstractEventStream<T> (implements opennlp.tools.util.ObjectStream<T>)
- opennlp.tools.chunker.ChunkerEventStream
 
- opennlp.tools.util.model.BaseModel (implements opennlp.tools.util.model.ArtifactProvider, java.io.Serializable)
- opennlp.tools.chunker.ChunkerModel
 
- opennlp.tools.util.BaseToolFactory
- opennlp.tools.chunker.ChunkerFactory
 
- opennlp.tools.chunker.ChunkerCrossValidator
- opennlp.tools.chunker.ChunkerME (implements opennlp.tools.chunker.Chunker, opennlp.tools.ml.Probabilistic)
- opennlp.tools.chunker.ChunkSample (implements opennlp.tools.commons.Sample)
- opennlp.tools.chunker.ChunkSampleSequenceStream (implements opennlp.tools.ml.model.SequenceStream<S>)
- opennlp.tools.chunker.DefaultChunkerContextGenerator (implements opennlp.tools.chunker.ChunkerContextGenerator)
- opennlp.tools.chunker.DefaultChunkerSequenceValidator (implements opennlp.tools.util.SequenceValidator<T>)
- opennlp.tools.util.eval.Evaluator<T>
- opennlp.tools.chunker.ChunkerEvaluator
 
- opennlp.tools.util.FilterObjectStream<S,T> (implements opennlp.tools.util.ObjectStream<T>) - opennlp.tools.chunker.ChunkSampleStream
 
- opennlp.tools.chunker.ThreadSafeChunkerME (implements java.lang.AutoCloseable, opennlp.tools.chunker.Chunker, opennlp.tools.ml.Probabilistic)
 
- opennlp.tools.util.AbstractEventStream<T> (implements opennlp.tools.util.ObjectStream<T>)
Interface Hierarchy
- opennlp.tools.util.BeamSearchContextGenerator<T>
- opennlp.tools.chunker.ChunkerContextGenerator
 
- opennlp.tools.chunker.Chunker
- opennlp.tools.util.eval.EvaluationMonitor<T>
- opennlp.tools.chunker.ChunkerEvaluationMonitor