See: Description
Interface | Description |
---|---|
BeamSearchContextGenerator<T> |
Interface for context generators used with a sequence beam search.
|
Heap<E> |
Interface for interacting with a Heap data structure.
|
InputStreamFactory |
Allows repeated reads through a stream for certain types of model building.
|
ObjectStream<T> |
Reads
Object s from a stream. |
ResetableIterator<E> |
This interface makes an
Iterator resetable. |
SequenceCodec<T> | |
SequenceValidator<T> |
Class | Description |
---|---|
AbstractEventStream<T> | |
AbstractObjectStream<T> | |
BaseToolFactory |
Base class for all tool factories.
|
BeamSearch<T> |
Performs k-best search over sequence.
|
Cache |
Provides fixed size, pre-allocated, least recently used replacement cache.
|
CollectionObjectStream<E> | |
CountedSet<E> |
Set which counts the number of times a values are added to it.
|
EventTraceStream | |
FilterObjectStream<S,T> |
Abstract base class for filtering
ObjectStream s. |
HashList |
Class which creates mapping between keys and a list of values.
|
ListHeap<E extends java.lang.Comparable<E>> |
This class implements the heap interface using a
List as the underlying
data structure. |
MarkableFileInputStreamFactory |
A factory that creates
MarkableFileInputStream from a File |
ObjectStreamUtils | |
ParagraphStream |
Stream filter which merges text lines into paragraphs.
|
PlainTextByLineStream |
Reads a plain text file and return each line as a
String object. |
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
StringList is an immutable list of String s. |
StringUtil | |
TrainingParameters | |
TreeHeap<E> | Deprecated
not used anymore, when there is need for a heap use ListHeap instead
|
Version |
The
Version class represents the OpenNlp Tools library version. |
Exception | Description |
---|---|
InvalidFormatException |
This exception indicates that a resource violates the expected data format.
|
Copyright © 2010 - 2020 Adobe. All Rights Reserved