Uses of Package
cc.mallet.fst.confidence
-
Packages that use cc.mallet.fst.confidence Package Description cc.mallet.extract Unimplemented.cc.mallet.fst.confidence -
Classes in cc.mallet.fst.confidence used by cc.mallet.extract Class Description TransducerConfidenceEstimator Abstract class that estimates the confidence of aSegment
extracted by aTransducer
. -
Classes in cc.mallet.fst.confidence used by cc.mallet.fst.confidence Class Description 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 aSegment
extracted by aTransducer
.TransducerCorrector Interface for transducerCorrectors, which correct a subset of theSegment
s produced by aTransducer
.TransducerSequenceConfidenceEstimator Abstract class that estimates the confidence of aSequence
extracted by aTransducer
.Note that this is different fromTransducerConfidenceEstimator
, which estimates the confidence for a singleSegment
.