Uses of Class
cc.mallet.fst.confidence.TransducerConfidenceEstimator
-
Packages that use TransducerConfidenceEstimator Package Description cc.mallet.extract Unimplemented.cc.mallet.fst.confidence -
-
Uses of TransducerConfidenceEstimator in cc.mallet.extract
Constructors in cc.mallet.extract with parameters of type TransducerConfidenceEstimator Constructor Description TransducerExtractionConfidenceEstimator(TransducerConfidenceEstimator confidenceEstimator, java.lang.Object[] startTags, java.lang.Object[] continueTags, Pipe featurePipe)
-
Uses of TransducerConfidenceEstimator in cc.mallet.fst.confidence
Subclasses of TransducerConfidenceEstimator in cc.mallet.fst.confidence Modifier and Type Class Description class
ConstrainedForwardBackwardConfidenceEstimator
Estimates the confidence of aSegment
extracted by aTransducer
by performing a "constrained lattice" calculation.class
GammaAverageConfidenceEstimator
Calculates the confidence in an extracted segment by taking the average of P(s_i|o) for each state in the segment.class
GammaProductConfidenceEstimator
Calculates the confidence in an extracted segment by taking the product of eP(s_i|o) for each state in the segment.class
MaxEntConfidenceEstimator
Estimates the confidence of aSegment
extracted by aTransducer
using aMaxEnt
classifier to classify segments as "correct" or "incorrect." xxx needs some interface workclass
RandomConfidenceEstimator
Randomly assigns values between 0-1 to the confidence of aSegment
.Constructors in cc.mallet.fst.confidence with parameters of type TransducerConfidenceEstimator Constructor Description ConstrainedViterbiTransducerCorrector(TransducerConfidenceEstimator confidenceEstimator, Transducer model)
IsolatedSegmentTransducerCorrector(TransducerConfidenceEstimator confidenceEstimator, Transducer model)
MinSegmentConfidenceEstimator(Transducer model, TransducerConfidenceEstimator segmentConfidenceEstimator)
SegmentProductConfidenceEstimator(Transducer model, TransducerConfidenceEstimator segmentConfidenceEstimator)
-