Package cc.mallet.extract
Class ExtractionConfidenceEstimator
- java.lang.Object
-
- cc.mallet.extract.ExtractionConfidenceEstimator
-
- Direct Known Subclasses:
TransducerExtractionConfidenceEstimator
public abstract class ExtractionConfidenceEstimator extends java.lang.Object
Estimates the confidence in the labeling of a LabeledSpan.
-
-
Constructor Summary
Constructors Constructor Description ExtractionConfidenceEstimator()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
estimateConfidence(DocumentExtraction documentExtraction)
void
estimateConfidence(Extraction extraction)
-
-
-
Method Detail
-
estimateConfidence
public void estimateConfidence(Extraction extraction)
-
estimateConfidence
public abstract void estimateConfidence(DocumentExtraction documentExtraction)
-
-