Uses of Interface
cc.mallet.fst.MaxLattice
-
Packages that use MaxLattice Package Description cc.mallet.fst Transducers, including Conditional Random Fields (CRFs). -
-
Uses of MaxLattice in cc.mallet.fst
Classes in cc.mallet.fst that implement MaxLattice Modifier and Type Class Description class
MaxLatticeDefault
Default, full dynamic programming version of the Viterbi "Max-(Product)-Lattice" algorithm.Methods in cc.mallet.fst that return MaxLattice Modifier and Type Method Description MaxLattice
MaxLatticeDefault.Factory. newMaxLattice(Transducer trans, Sequence inputSequence, Sequence outputSequence)
MaxLattice
MaxLatticeFactory. newMaxLattice(Transducer trans, Sequence inputSequence)
abstract MaxLattice
MaxLatticeFactory. newMaxLattice(Transducer trans, Sequence inputSequence, Sequence outputSequence)
-