|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcc.mallet.fst.confidence.TransducerSequenceConfidenceEstimator
cc.mallet.fst.confidence.ViterbiConfidenceEstimator
public class ViterbiConfidenceEstimator
Estimates the confidence of an entire sequence by the probability of the Viterbi path normalized by the probabliity of the entire lattice.
| Field Summary |
|---|
| Fields inherited from class cc.mallet.fst.confidence.TransducerSequenceConfidenceEstimator |
|---|
model |
| Constructor Summary | |
|---|---|
ViterbiConfidenceEstimator(Transducer model)
|
|
| Method Summary | |
|---|---|
double |
estimateConfidenceFor(Instance instance,
java.lang.Object[] startTags,
java.lang.Object[] inTags)
Calculates the confidence in the tagging of a Instance. |
| Methods inherited from class cc.mallet.fst.confidence.TransducerSequenceConfidenceEstimator |
|---|
rankInstancesByConfidence |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ViterbiConfidenceEstimator(Transducer model)
| Method Detail |
|---|
public double estimateConfidenceFor(Instance instance,
java.lang.Object[] startTags,
java.lang.Object[] inTags)
Instance.
estimateConfidenceFor in class TransducerSequenceConfidenceEstimator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||