| Package | Description |
|---|---|
| edu.umass.cs.mallet.base.extract | |
| edu.umass.cs.mallet.base.fst.confidence |
| Constructor and Description |
|---|
TransducerExtractionConfidenceEstimator(TransducerConfidenceEstimator confidenceEstimator,
Object[] startTags,
Object[] continueTags,
Pipe featurePipe) |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Constructor and Description |
|---|
ConstrainedViterbiTransducerCorrector(TransducerConfidenceEstimator confidenceEstimator,
Transducer model) |
IsolatedSegmentTransducerCorrector(TransducerConfidenceEstimator confidenceEstimator,
Transducer model) |
MinSegmentConfidenceEstimator(Transducer model,
TransducerConfidenceEstimator segmentConfidenceEstimator) |
SegmentProductConfidenceEstimator(Transducer model,
TransducerConfidenceEstimator segmentConfidenceEstimator) |
Copyright © 2019 JULIE Lab, Germany. All rights reserved.