Package cc.mallet.fst.confidence
Interface TransducerCorrector
-
- All Known Implementing Classes:
ConstrainedViterbiTransducerCorrector,IsolatedSegmentTransducerCorrector
public interface TransducerCorrectorInterface for transducerCorrectors, which correct a subset of theSegments produced by aTransducer. It's primary purpose is to find theSegments that theTransduceris 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.ArrayListcorrectLeastConfidentSegments(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)
-
-