Uses of Interface
cc.mallet.fst.MaxLattice

Packages that use MaxLattice
cc.mallet.fst Transducers, including Conditional Random Fields (CRFs). 
 

Uses of MaxLattice in cc.mallet.fst
 

Classes in cc.mallet.fst that implement MaxLattice
 class MaxLatticeDefault
          Default, full dynamic programming version of the Viterbi "Max-(Product)-Lattice" algorithm.
 

Methods in cc.mallet.fst that return MaxLattice
 MaxLattice MaxLatticeFactory.newMaxLattice(Transducer trans, Sequence inputSequence)
           
abstract  MaxLattice MaxLatticeFactory.newMaxLattice(Transducer trans, Sequence inputSequence, Sequence outputSequence)
           
 MaxLattice MaxLatticeDefault.Factory.newMaxLattice(Transducer trans, Sequence inputSequence, Sequence outputSequence)