edu.cmu.sphinx.linguist
Interface SearchStateArc

All Known Implementing Classes:
edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeState, SentenceHMMStateArc

public interface SearchStateArc

Represents a single state in a language search space


Method Summary
 float getAcousticProbability()
          Gets the language probability of entering this state
 float getInsertionProbability()
          Gets the insertion probability of entering this state
 float getLanguageProbability()
          Gets the language probability of entering this state
 float getProbability()
          Gets the composite probability of entering this state
 SearchState getState()
          Gets a successor to this search state
 

Method Detail

getState

public SearchState getState()
Gets a successor to this search state

Returns:
the sucessor state

getProbability

public float getProbability()
Gets the composite probability of entering this state

Returns:
the log probability

getLanguageProbability

public float getLanguageProbability()
Gets the language probability of entering this state

Returns:
the log probability

getAcousticProbability

public float getAcousticProbability()
Gets the language probability of entering this state

Returns:
the log probability

getInsertionProbability

public float getInsertionProbability()
Gets the insertion probability of entering this state

Returns:
the log probability