cc.mallet.fst
Class MaxLatticeDefault.Factory

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

public static class MaxLatticeDefault.Factory
extends MaxLatticeFactory
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
MaxLatticeDefault.Factory()
           
 
Method Summary
 MaxLattice newMaxLattice(Transducer trans, Sequence inputSequence, Sequence outputSequence)
           
 
Methods inherited from class cc.mallet.fst.MaxLatticeFactory
newMaxLattice
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MaxLatticeDefault.Factory

public MaxLatticeDefault.Factory()
Method Detail

newMaxLattice

public MaxLattice newMaxLattice(Transducer trans,
                                Sequence inputSequence,
                                Sequence outputSequence)
Specified by:
newMaxLattice in class MaxLatticeFactory