cc.mallet.fst
Class MaxLatticeFactory

java.lang.Object
  extended by cc.mallet.fst.MaxLatticeFactory
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MaxLatticeDefault.Factory

public abstract class MaxLatticeFactory
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

Constructor Detail

MaxLatticeFactory

public MaxLatticeFactory()
Method Detail

newMaxLattice

public MaxLattice newMaxLattice(Transducer trans,
                                Sequence inputSequence)

newMaxLattice

public abstract MaxLattice newMaxLattice(Transducer trans,
                                         Sequence inputSequence,
                                         Sequence outputSequence)