cc.mallet.extract
Class ExtractionConfidenceEstimator

java.lang.Object
  extended by 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
ExtractionConfidenceEstimator()
           
 
Method Summary
abstract  void estimateConfidence(DocumentExtraction documentExtraction)
           
 void estimateConfidence(Extraction extraction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtractionConfidenceEstimator

public ExtractionConfidenceEstimator()
Method Detail

estimateConfidence

public void estimateConfidence(Extraction extraction)

estimateConfidence

public abstract void estimateConfidence(DocumentExtraction documentExtraction)