Uses of Class
cc.mallet.fst.HMM.State
-
Packages that use HMM.State Package Description cc.mallet.fst Transducers, including Conditional Random Fields (CRFs). -
-
Uses of HMM.State in cc.mallet.fst
Methods in cc.mallet.fst that return HMM.State Modifier and Type Method Description HMM.State
HMM.State. getDestinationState(int index)
HMM.State
HMM. getState(java.lang.String name)
Constructors in cc.mallet.fst with parameters of type HMM.State Constructor Description TransitionIterator(HMM.State source, FeatureSequence inputSeq, int inputPosition, java.lang.String output, HMM hmm)
-