edu.cmu.sphinx.result
Class LatticeRescorer

java.lang.Object
  extended by edu.cmu.sphinx.result.LatticeRescorer

public class LatticeRescorer
extends java.lang.Object

Class rescore the lattice with the new Language model.


Constructor Summary
LatticeRescorer(Lattice lattice, LanguageModel model)
          Create a new Lattice optimizer
 
Method Summary
 void expand()
           
 void removeFillers()
           
 void rescore()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LatticeRescorer

public LatticeRescorer(Lattice lattice,
                       LanguageModel model)
Create a new Lattice optimizer

Parameters:
lattice -
Method Detail

expand

public void expand()

removeFillers

public void removeFillers()

rescore

public void rescore()