class |
MaxEntSequenceConfidenceEstimator |
Estimates the confidence of a Sequence extracted by a Transducer using a MaxEnt classifier to classify Sequences
as "correct" or "incorrect." xxx needs some interface work.
|
class |
MinSegmentConfidenceEstimator |
Estimates the confidence of an entire sequence by the least
confidence segment.
|
class |
NBestViterbiConfidenceEstimator |
Estimates the confidence of an entire sequence by the probability
that one of the the Viterbi paths rank 2->N is correct.
|
class |
QBCSequenceConfidenceEstimator |
Estimates the confidence of an entire sequence by the
"disagreement" among a committee of CRFs.
|
class |
RandomSequenceConfidenceEstimator |
Estimates the confidence of an entire sequence randomly.
|
class |
SegmentProductConfidenceEstimator |
Estimates the confidence of an entire sequence by combining the
output of a segment confidence estimator for each segment.
|
class |
ViterbiConfidenceEstimator |
Estimates the confidence of an entire sequence by the probability
of the Viterbi path normalized by the probabliity of the entire
lattice.
|
class |
ViterbiRatioConfidenceEstimator |
Estimates the confidence of an entire sequence by the ration of the
probabilities of the first and second best Viterbi paths.
|