Uses of Package
cc.mallet.fst.confidence

Packages that use cc.mallet.fst.confidence
cc.mallet.extract Unimplemented. 
cc.mallet.fst.confidence   
 

Classes in cc.mallet.fst.confidence used by cc.mallet.extract
TransducerConfidenceEstimator
          Abstract class that estimates the confidence of a Segment extracted by a Transducer.
 

Classes in cc.mallet.fst.confidence used by cc.mallet.fst.confidence
InstanceWithConfidence
          Helper class to store confidence of an Instance.
PipedInstanceWithConfidence
          Helper class to store confidence of an Instance.
TransducerConfidenceEstimator
          Abstract class that estimates the confidence of a Segment extracted by a Transducer.
TransducerCorrector
          Interface for transducerCorrectors, which correct a subset of the Segments produced by a Transducer.
TransducerSequenceConfidenceEstimator
          Abstract class that estimates the confidence of a Sequence extracted by a Transducer.Note that this is different from TransducerConfidenceEstimator, which estimates the confidence for a single Segment.