See: Description
| Interface | Description | 
|---|---|
| BeamSearchContextGenerator<T> | Interface for context generators used with a sequence beam search. | 
| InputStreamFactory | Allows repeated reads through a stream for certain types of model building. | 
| ObjectStream<T> | Reads  Objects from a stream. | 
| ResetableIterator<E> | This interface makes an  Iteratorresetable. | 
| SequenceCodec<T> | |
| SequenceValidator<T> | 
| Class | Description | 
|---|---|
| AbstractEventStream<T> | |
| AbstractObjectStream<T> | |
| BaseToolFactory | Base class for all tool factories. | 
| Cache<K,V> | Provides fixed size, pre-allocated, least recently used replacement cache. | 
| CollectionObjectStream<E> | |
| EventTraceStream | |
| FilterObjectStream<S,T> | Abstract base class for filtering  ObjectStreams. | 
| MarkableFileInputStreamFactory | A factory that creates  MarkableFileInputStreamfrom aFile | 
| ObjectStreamUtils | |
| ParagraphStream | Stream filter which merges text lines into paragraphs. | 
| PlainTextByLineStream | Reads a plain text file and return each line as a  Stringobject. | 
| ReverseListIterator<T> | An iterator for a list which returns values in the opposite order as the typical list iterator. | 
| Sequence | Represents a weighted sequence of outcomes. | 
| Span | Class for storing start and end integer offsets. | 
| StringList | The  StringListis an immutable list ofStrings. | 
| StringUtil | |
| TokenTag | |
| TrainingParameters | |
| Version | The  Versionclass represents the OpenNlp Tools library version. | 
| XmlUtil | 
| Exception | Description | 
|---|---|
| InsufficientTrainingDataException | This exception indicates that the provided training data is
 insufficient to train the desired model. | 
| InvalidFormatException | This exception indicates that a resource violates the expected data format. | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.