|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcc.mallet.fst.confidence.TransducerConfidenceEstimator
cc.mallet.fst.confidence.GammaAverageConfidenceEstimator
public class GammaAverageConfidenceEstimator
Calculates the confidence in an extracted segment by taking the average of P(s_i|o) for each state in the segment.
| Field Summary |
|---|
| Fields inherited from class cc.mallet.fst.confidence.TransducerConfidenceEstimator |
|---|
model |
| Constructor Summary | |
|---|---|
GammaAverageConfidenceEstimator(Transducer model)
|
|
| Method Summary | |
|---|---|
double |
estimateConfidenceFor(Segment segment,
SumLatticeDefault cachedLattice)
Calculates the confidence in the tagging of a Segment. |
| Methods inherited from class cc.mallet.fst.confidence.TransducerConfidenceEstimator |
|---|
estimateConfidenceFor, getSegmentConfidences, getTransducer, rankSegmentsByConfidence, rankSegmentsByConfidence |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GammaAverageConfidenceEstimator(Transducer model)
| Method Detail |
|---|
public double estimateConfidenceFor(Segment segment,
SumLatticeDefault cachedLattice)
Segment.
estimateConfidenceFor in class TransducerConfidenceEstimator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||