edu.cmu.sphinx.research.parallel
Class CombinedScorePruner

java.lang.Object
  extended byedu.cmu.sphinx.research.parallel.TokenScorePruner
      extended byedu.cmu.sphinx.research.parallel.CombinedScorePruner
All Implemented Interfaces:
Configurable, Pruner

public class CombinedScorePruner
extends TokenScorePruner

Prunes an ActiveList of ParallelTokens based on their CombinedScore.


Field Summary
 
Fields inherited from class edu.cmu.sphinx.research.parallel.TokenScorePruner
PROP_ABSOLUTE_BEAM_WIDTH, PROP_ABSOLUTE_BEAM_WIDTH_DEFAULT, PROP_ACTIVE_LIST_FACTORY, PROP_LOG_MATH, PROP_RELATIVE_BEAM_WIDTH, PROP_RELATIVE_BEAM_WIDTH_DEFAULT
 
Constructor Summary
CombinedScorePruner()
           
 
Methods inherited from class edu.cmu.sphinx.research.parallel.TokenScorePruner
allocate, deallocate, getAbsoluteBeamWidth, getName, getRelativeBeamWidth, newProperties, prune, register, setAbsoluteBeamWidth, setRelativeBeamWidth, startRecognition, stopRecognition
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CombinedScorePruner

public CombinedScorePruner()