|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cc.mallet.extract.ExtractionConfidenceEstimator cc.mallet.extract.TransducerExtractionConfidenceEstimator
public class TransducerExtractionConfidenceEstimator
Estimates the confidence in the labeling of a LabeledSpan using a TransducerConfidenceEstimator.
Constructor Summary | |
---|---|
TransducerExtractionConfidenceEstimator(TransducerConfidenceEstimator confidenceEstimator,
java.lang.Object[] startTags,
java.lang.Object[] continueTags,
Pipe featurePipe)
|
Method Summary | |
---|---|
void |
estimateConfidence(DocumentExtraction documentExtraction)
|
Methods inherited from class cc.mallet.extract.ExtractionConfidenceEstimator |
---|
estimateConfidence |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransducerExtractionConfidenceEstimator(TransducerConfidenceEstimator confidenceEstimator, java.lang.Object[] startTags, java.lang.Object[] continueTags, Pipe featurePipe)
Method Detail |
---|
public void estimateConfidence(DocumentExtraction documentExtraction)
estimateConfidence
in class ExtractionConfidenceEstimator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |