| 
 | ||||||||||
| 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 | ConstrainedForwardBackwardConfidenceEstimatorEstimates the confidence of a Segmentextracted by aTransducerby performing a "constrained lattice"
 calculation. | 
|  class | GammaAverageConfidenceEstimatorCalculates the confidence in an extracted segment by taking the average of P(s_i|o) for each state in the segment. | 
|  class | GammaProductConfidenceEstimatorCalculates the confidence in an extracted segment by taking the product of eP(s_i|o) for each state in the segment. | 
|  class | MaxEntConfidenceEstimatorEstimates the confidence of a Segmentextracted by aTransducerusing aMaxEntclassifier to classify segments
 as "correct" or "incorrect." xxx needs some interface work | 
|  class | RandomConfidenceEstimatorRandomly 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 | |||||||||