Uses of Class
cc.mallet.extract.ExtractionConfidenceEstimator

Packages that use ExtractionConfidenceEstimator
cc.mallet.extract Unimplemented. 
 

Uses of ExtractionConfidenceEstimator in cc.mallet.extract
 

Subclasses of ExtractionConfidenceEstimator in cc.mallet.extract
 class TransducerExtractionConfidenceEstimator
          Estimates the confidence in the labeling of a LabeledSpan using a TransducerConfidenceEstimator.
 

Constructors in cc.mallet.extract with parameters of type ExtractionConfidenceEstimator
ConfidenceTokenizationFilter(ExtractionConfidenceEstimator confidenceEstimator, TokenizationFilter underlyingFilter)