|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Segment | |
|---|---|
| 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 | |
|---|---|
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 | |
|---|---|
Segment[] |
TransducerConfidenceEstimator.rankSegmentsByConfidence(InstanceList ilist,
java.lang.Object[] startTags,
java.lang.Object[] continueTags)
Ranks all Segments in this InstanceList by
confidence estimate. |
Segment[] |
TransducerConfidenceEstimator.rankSegmentsByConfidence(Instance instance,
java.lang.Object[] startTags,
java.lang.Object[] continueTags)
ranks the segments in one Instance |
| Methods in cc.mallet.fst.confidence with parameters of type Segment | |
|---|---|
double |
TransducerConfidenceEstimator.estimateConfidenceFor(Segment segment)
Calculates the confidence in the tagging of a Segment. |
abstract double |
TransducerConfidenceEstimator.estimateConfidenceFor(Segment segment,
SumLatticeDefault lattice)
|
double |
RandomConfidenceEstimator.estimateConfidenceFor(Segment segment,
SumLatticeDefault cachedLattice)
Randomly generate the confidence in the tagging of a Segment. |
double |
MaxEntConfidenceEstimator.estimateConfidenceFor(Segment segment,
SumLatticeDefault cachedLattice)
Calculates the confidence in the tagging of a Segment. |
double |
GammaProductConfidenceEstimator.estimateConfidenceFor(Segment segment,
SumLatticeDefault cachedLattice)
Calculates the confidence in the tagging of a Segment. |
double |
GammaAverageConfidenceEstimator.estimateConfidenceFor(Segment segment,
SumLatticeDefault cachedLattice)
Calculates the confidence in the tagging of a Segment. |
double |
ConstrainedForwardBackwardConfidenceEstimator.estimateConfidenceFor(Segment segment,
SumLatticeDefault cachedLattice)
Calculates the confidence in the tagging of a Segment. |
| Constructors in cc.mallet.fst.confidence with parameters of type Segment | |
|---|---|
ConfidenceEvaluator(Segment[] segments,
boolean sorted)
|
|
| Uses of Segment in cc.mallet.pipe.iterator |
|---|
| Methods in cc.mallet.pipe.iterator that return Segment | |
|---|---|
Segment |
SegmentIterator.nextSegment()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||