Package cc.mallet.fst.confidence
Interface TransducerCorrector
-
- All Known Implementing Classes:
ConstrainedViterbiTransducerCorrector
,IsolatedSegmentTransducerCorrector
public interface TransducerCorrector
Interface for transducerCorrectors, which correct a subset of theSegment
s produced by aTransducer
. It's primary purpose is to find theSegment
s that theTransducer
is least confident in and correct those using the trueLabeling
(correctLeastConfidenceSegments
).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.ArrayList
correctLeastConfidentSegments(InstanceList ilist, java.lang.Object[] startTags, java.lang.Object[] continueTags)
-
-
-
Method Detail
-
correctLeastConfidentSegments
java.util.ArrayList correctLeastConfidentSegments(InstanceList ilist, java.lang.Object[] startTags, java.lang.Object[] continueTags)
-
-