Uses of Class
cc.mallet.fst.FeatureTransducer.State
-
Packages that use FeatureTransducer.State Package Description cc.mallet.fst Transducers, including Conditional Random Fields (CRFs). -
-
Uses of FeatureTransducer.State in cc.mallet.fst
Methods in cc.mallet.fst that return FeatureTransducer.State Modifier and Type Method Description FeatureTransducer.State
FeatureTransducer.Transition. getDestinationState()
Methods in cc.mallet.fst that return types with arguments of type FeatureTransducer.State Modifier and Type Method Description java.util.Iterator<FeatureTransducer.State>
FeatureTransducer. initialStateIterator()
Constructors in cc.mallet.fst with parameters of type FeatureTransducer.State Constructor Description Transition(int input, int output, double weight, FeatureTransducer.State sourceState, java.lang.String destinationName)
TransitionIterator(FeatureTransducer.State source)
TransitionIterator(FeatureTransducer.State source, int input)
-