|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransducerConfidenceEstimator | |
---|---|
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 | |
---|---|
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 | |
---|---|
class |
ConstrainedForwardBackwardConfidenceEstimator
Estimates the confidence of a Segment extracted by a Transducer 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 a Segment extracted by a Transducer using a MaxEnt classifier to classify segments
as "correct" or "incorrect." xxx needs some interface work |
class |
RandomConfidenceEstimator
Randomly assigns values between 0-1 to the confidence of a Segment . |
Constructors in cc.mallet.fst.confidence with parameters of type TransducerConfidenceEstimator | |
---|---|
ConstrainedViterbiTransducerCorrector(TransducerConfidenceEstimator confidenceEstimator,
Transducer model)
|
|
IsolatedSegmentTransducerCorrector(TransducerConfidenceEstimator confidenceEstimator,
Transducer model)
|
|
MinSegmentConfidenceEstimator(Transducer model,
TransducerConfidenceEstimator segmentConfidenceEstimator)
|
|
SegmentProductConfidenceEstimator(Transducer model,
TransducerConfidenceEstimator segmentConfidenceEstimator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |