| Package | Description |
|---|---|
| edu.umass.cs.mallet.base.fst | |
| edu.umass.cs.mallet.base.fst.confidence | |
| edu.umass.cs.mallet.base.pipe.iterator |
| Modifier and Type | Method and Description |
|---|---|
Transducer.Lattice |
Transducer.forwardBackward(Sequence inputSequence,
Sequence outputSequence,
Segment requiredSegment,
Sequence constrainedSequence)
Create constrained lattice such that all paths pass through the
the labeling of
requiredSegment as indicated by
constrainedSequence |
Transducer.BeamLattice |
Transducer.forwardBackwardBeam(Sequence inputSequence,
Sequence outputSequence,
Segment requiredSegment,
Sequence constrainedSequence)
Create constrained lattice such that all paths pass through the
the labeling of
requiredSegment as indicated by
constrainedSequence |
| Modifier and Type | Method and Description |
|---|---|
Segment[] |
TransducerConfidenceEstimator.rankSegmentsByConfidence(InstanceList ilist,
Object[] startTags,
Object[] continueTags)
Ranks all
Segments in this InstanceList by
confidence estimate. |
Segment[] |
TransducerConfidenceEstimator.rankSegmentsByConfidence(Instance instance,
Object[] startTags,
Object[] continueTags)
ranks the segments in one
Instance |
| Modifier and Type | Method and Description |
|---|---|
double |
TransducerConfidenceEstimator.estimateConfidenceFor(Segment segment)
Calculates the confidence in the tagging of a
Segment. |
abstract double |
TransducerConfidenceEstimator.estimateConfidenceFor(Segment segment,
Transducer.Lattice lattice) |
double |
RandomConfidenceEstimator.estimateConfidenceFor(Segment segment,
Transducer.Lattice cachedLattice)
Randomly generate the confidence in the tagging of a
Segment. |
double |
MaxEntConfidenceEstimator.estimateConfidenceFor(Segment segment,
Transducer.Lattice cachedLattice)
Calculates the confidence in the tagging of a
Segment. |
double |
GammaProductConfidenceEstimator.estimateConfidenceFor(Segment segment,
Transducer.Lattice cachedLattice)
Calculates the confidence in the tagging of a
Segment. |
double |
GammaAverageConfidenceEstimator.estimateConfidenceFor(Segment segment,
Transducer.Lattice cachedLattice)
Calculates the confidence in the tagging of a
Segment. |
double |
ConstrainedForwardBackwardConfidenceEstimator.estimateConfidenceFor(Segment segment,
Transducer.Lattice cachedLattice)
Calculates the confidence in the tagging of a
Segment. |
| Constructor and Description |
|---|
ConfidenceEvaluator(Segment[] segments,
boolean sorted) |
| Modifier and Type | Method and Description |
|---|---|
Segment |
SegmentIterator.nextSegment() |
Copyright © 2019 JULIE Lab, Germany. All rights reserved.