See: Description
Interface | Description |
---|---|
BestSequenceFinder |
An interface for classes capable of computing the best sequence given
a SequenceModel.
|
DocumentReaderAndWriter<IN extends CoreMap> |
This interface is used for reading data and writing output into and out of sequence
classifiers.
|
SequenceModel |
Interface for scoring the labeling of sequences of a fixed length.
|
Class | Description |
---|---|
ExactBestSequenceFinder |
A class capable of computing the best sequence given a SequenceModel.
|
PlainTextDocumentReaderAndWriter<IN extends CoreMap> |
This class provides methods for reading plain text documents and writing out
those documents once classified in several different formats.
|
SeqClassifierFlags |
Flags for sequence classifiers.
|
Enum | Description |
---|---|
PlainTextDocumentReaderAndWriter.OutputStyle | |
SeqClassifierFlags.SlashHyphenEnum |
This package contains classes that support sequence modeling and inference (CMMs and CRFs).