Uses of Class
cc.mallet.fst.Segment
-
Packages that use Segment Package Description cc.mallet.fst Transducers, including Conditional Random Fields (CRFs).cc.mallet.fst.confidence cc.mallet.pipe.iterator Classes that generate instances from different kinds of input or data structures. -
-
Uses of Segment in cc.mallet.fst
Constructors in cc.mallet.fst with parameters of type Segment Constructor Description SumLatticeConstrained(Transducer t, Sequence input, Sequence output, Segment requiredSegment, Sequence constrainedSequence)
-
Uses of Segment in cc.mallet.fst.confidence
Methods in cc.mallet.fst.confidence that return Segment Modifier and Type Method Description Segment[]
TransducerConfidenceEstimator. rankSegmentsByConfidence(InstanceList ilist, java.lang.Object[] startTags, java.lang.Object[] continueTags)
Ranks allSegment
s in thisInstanceList
by confidence estimate.Segment[]
TransducerConfidenceEstimator. rankSegmentsByConfidence(Instance instance, java.lang.Object[] startTags, java.lang.Object[] continueTags)
ranks the segments in oneInstance
Methods in cc.mallet.fst.confidence with parameters of type Segment Modifier and Type Method Description double
ConstrainedForwardBackwardConfidenceEstimator. estimateConfidenceFor(Segment segment, SumLatticeDefault cachedLattice)
Calculates the confidence in the tagging of aSegment
.double
GammaAverageConfidenceEstimator. estimateConfidenceFor(Segment segment, SumLatticeDefault cachedLattice)
Calculates the confidence in the tagging of aSegment
.double
GammaProductConfidenceEstimator. estimateConfidenceFor(Segment segment, SumLatticeDefault cachedLattice)
Calculates the confidence in the tagging of aSegment
.double
MaxEntConfidenceEstimator. estimateConfidenceFor(Segment segment, SumLatticeDefault cachedLattice)
Calculates the confidence in the tagging of aSegment
.double
RandomConfidenceEstimator. estimateConfidenceFor(Segment segment, SumLatticeDefault cachedLattice)
Randomly generate the confidence in the tagging of aSegment
.double
TransducerConfidenceEstimator. estimateConfidenceFor(Segment segment)
Calculates the confidence in the tagging of aSegment
.abstract double
TransducerConfidenceEstimator. estimateConfidenceFor(Segment segment, SumLatticeDefault lattice)
Constructors in cc.mallet.fst.confidence with parameters of type Segment Constructor Description ConfidenceEvaluator(Segment[] segments, boolean sorted)
-
Uses of Segment in cc.mallet.pipe.iterator
Methods in cc.mallet.pipe.iterator that return Segment Modifier and Type Method Description Segment
SegmentIterator. nextSegment()
-