See: Description
| Interface | Description |
|---|---|
| SequenceLabeler |
The interface for sequence labelers which provide tags for a sequence of
tokens.
|
| SequenceLabelerCodec<T> | |
| SequenceLabelerContextGenerator |
Interface for generating the context for a sequence labeler by specifying a
set of feature generators.
|
| SequenceLabelerEvaluationMonitor |
| Class | Description |
|---|---|
| BilouCodec | |
| BilouSequenceValidator | |
| BioCodec | |
| DefaultSequenceLabelerContextGenerator |
Class for determining contextual features for a tag/chunk style named-entity
recognizer.
|
| DetailedFMeasureListener<T> |
This listener will gather detailed information about the sample under
evaluation and will allow detailed FMeasure for each outcome.
|
| EvaluationErrorPrinter<T> |
Note: Do not use this class, internal use only!
|
| SequenceLabel |
A
Sequence object contains a single String, a Span, a
startOffset and the length of the String. |
| SequenceLabelerCrossValidator | |
| SequenceLabelerDetailedFMeasureListener | |
| SequenceLabelerEvaluationErrorListener |
A default implementation of
EvaluationMonitor that prints to an
output stream. |
| SequenceLabelerEvaluator |
The
SequenceLabelerEvaluator measures the F1 performance of the given
SequenceLabeler with the provided reference
SequenceLabelSamples. |
| SequenceLabelerEventStream |
Class for creating an event stream out of data files for training an name
finder.
|
| SequenceLabelerFactory |
Based on opennlp.tools.namefind.TokenNameFinderFactory.
|
| SequenceLabelerME | |
| SequenceLabelerModel |
The
SequenceLabelerModel is the model used by a learnable
SequenceLabeler. |
| SequenceLabelerSequenceStream | |
| SequenceLabelerSequenceValidator | |
| SequenceLabelFactory |
This class provides the functionality to create
SequenceLabel
objects. |
| SequenceLabelSample |
Class for holding sequences for a single unit of text.
|
| SequenceLabelSampleDataStream |
The
SequenceLabelSampleDataStream class converts tagged
Strings provided by a DataStream to
SequenceLabelSample objects. |
| SequenceLabelSampleTypeFilter |
A stream which removes Name Samples which do not have a certain type.
|
| Exception | Description |
|---|---|
| SequenceLabelerModel.FeatureGeneratorCreationError |
Copyright © 2017 IXA pipes. All rights reserved.