cc.mallet.fst
Class SumLatticeBeam.Factory

java.lang.Object
  extended by cc.mallet.fst.SumLatticeFactory
      extended by cc.mallet.fst.SumLatticeBeam.Factory
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SumLatticeBeam

public static class SumLatticeBeam.Factory
extends SumLatticeFactory

See Also:
Serialized Form

Constructor Summary
SumLatticeBeam.Factory(int beamWidth)
           
 
Method Summary
 SumLattice newSumLattice(Transducer trans, Sequence input, Sequence output, Transducer.Incrementor incrementor, boolean saveXis, LabelAlphabet outputAlphabet)
           
 
Methods inherited from class cc.mallet.fst.SumLatticeFactory
newSumLattice, newSumLattice, newSumLattice, newSumLattice, newSumLattice, newSumLattice
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SumLatticeBeam.Factory

public SumLatticeBeam.Factory(int beamWidth)
Method Detail

newSumLattice

public SumLattice newSumLattice(Transducer trans,
                                Sequence input,
                                Sequence output,
                                Transducer.Incrementor incrementor,
                                boolean saveXis,
                                LabelAlphabet outputAlphabet)
Specified by:
newSumLattice in class SumLatticeFactory