public class RandomConfidenceEstimator extends TransducerConfidenceEstimator
Segment. Used as baseline to compare with other methods.| Constructor and Description |
|---|
RandomConfidenceEstimator(int seed,
Transducer model) |
RandomConfidenceEstimator(Transducer model) |
| Modifier and Type | Method and Description |
|---|---|
double |
estimateConfidenceFor(Segment segment,
Transducer.Lattice cachedLattice)
Randomly generate the confidence in the tagging of a
Segment. |
estimateConfidenceFor, getSegmentConfidences, getTransducer, rankSegmentsByConfidence, rankSegmentsByConfidencepublic RandomConfidenceEstimator(int seed,
Transducer model)
public RandomConfidenceEstimator(Transducer model)
public double estimateConfidenceFor(Segment segment, Transducer.Lattice cachedLattice)
Segment.estimateConfidenceFor in class TransducerConfidenceEstimatorCopyright © 2019 JULIE Lab, Germany. All rights reserved.