edu.umass.cs.mallet.base.fst
Class Transducer.ViterbiLattice

java.lang.Object
  extended byedu.umass.cs.mallet.base.fst.Transducer.ViterbiLattice
Enclosing class:
Transducer

public class Transducer.ViterbiLattice
extends java.lang.Object


Constructor Summary
protected Transducer.ViterbiLattice(Sequence inputSequence, Sequence outputSequence, int maxCaches)
           
 
Method Summary
protected  edu.umass.cs.mallet.base.fst.Transducer.ViterbiLattice.ViterbiNode getViterbiNode(int ip, int stateIndex)
           
 Sequence[] outputNBest(int n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Transducer.ViterbiLattice

protected Transducer.ViterbiLattice(Sequence inputSequence,
                                    Sequence outputSequence,
                                    int maxCaches)
Method Detail

getViterbiNode

protected edu.umass.cs.mallet.base.fst.Transducer.ViterbiLattice.ViterbiNode getViterbiNode(int ip,
                                                                                            int stateIndex)

outputNBest

public Sequence[] outputNBest(int n)