public abstract class TransducerSequenceConfidenceEstimator extends Object
Sequence
extracted by a Transducer.Note that this is different from
TransducerConfidenceEstimator, which estimates the
confidence for a single Segment.| Constructor and Description |
|---|
TransducerSequenceConfidenceEstimator() |
| Modifier and Type | Method and Description |
|---|---|
abstract double |
estimateConfidenceFor(Instance instance,
Object[] startTags,
Object[] inTags)
Calculates the confidence in the tagging of a
Sequence. |
InstanceWithConfidence[] |
rankInstancesByConfidence(InstanceList ilist,
Object[] startTags,
Object[] continueTags)
Ranks all
Sequencess in this InstanceList by
confidence estimate. |
public TransducerSequenceConfidenceEstimator()
public abstract double estimateConfidenceFor(Instance instance, Object[] startTags, Object[] inTags)
Sequence.public InstanceWithConfidence[] rankInstancesByConfidence(InstanceList ilist, Object[] startTags, Object[] continueTags)
Sequencess in this InstanceList by
confidence estimate.ilist - list of segmentation instancesstartTags - represent the labels for the start states (B-)
of all segmentscontinueTags - represent the labels for the continue state
(I-) of all segmentsInstanceWithConfidences ordered by
non-decreasing confidence scores, as calculated by
estimateConfidenceForCopyright © 2019 JULIE Lab, Germany. All rights reserved.