Package cc.mallet.fst.semi_supervised.constraints

Interface Summary
GEConstraint Interface for GE constraint that considers either one or two states.
 

Class Summary
OneLabelGEConstraints A set of constraints on distributions over single labels conditioned on the presence of input features.
OneLabelKLGEConstraints A set of constraints on distributions over consecutive labels conditioned an input features.
OneLabelL2GEConstraints A set of constraints on distributions over consecutive labels conditioned an input features.
OneLabelL2RangeGEConstraints A set of constraints on individual input feature label pairs.
SelfTransitionGEConstraint GE Constraint on the probability of self-transitions in the FST.
TwoLabelGEConstraints A set of constraints on distributions over pairs of consecutive labels conditioned on the presence of input features.
TwoLabelKLGEConstraints A set of constraints on distributions over consecutive labels conditioned an input features.
TwoLabelL2GEConstraints A set of constraints on distributions over consecutive labels conditioned an input features.