edu.cmu.sphinx.decoder.scorer
Class SimpleAcousticScorer

java.lang.Object
  extended by edu.cmu.sphinx.decoder.scorer.AbstractScorer
      extended by edu.cmu.sphinx.decoder.scorer.SimpleAcousticScorer
All Implemented Interfaces:
AcousticScorer, Configurable

public class SimpleAcousticScorer
extends AbstractScorer

A Simple acoustic scorer which scores within the current thread.

Note that all scores are maintained in LogMath log base.


Field Summary
 
Fields inherited from class edu.cmu.sphinx.decoder.scorer.AbstractScorer
FEATURE_FRONTEND, SCORE_NORMALIZER
 
Constructor Summary
SimpleAcousticScorer()
           
 
Method Summary
 
Methods inherited from class edu.cmu.sphinx.decoder.scorer.AbstractScorer
allocate, calculateScores, deallocate, newProperties, startRecognition, stopRecognition, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleAcousticScorer

public SimpleAcousticScorer()