edu.cmu.sphinx.research.parallel
Class FeatureScorePruner

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

public class FeatureScorePruner
extends TokenScorePruner

Prunes an ActiveList of ParallelTokens based on their FeatureScore.


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
FeatureScorePruner()
           
 
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

FeatureScorePruner

public FeatureScorePruner()