edu.cmu.sphinx.linguist
Interface HMMSearchState

All Superinterfaces:
SearchState
All Known Implementing Classes:
HMMStateState, LexTreeLinguist.LexTreeHMMState

public interface HMMSearchState
extends SearchState

Represents a single hmm state in a language search space


Method Summary
 HMMState getHMMState()
          Gets the hmm state
 
Methods inherited from interface edu.cmu.sphinx.linguist.SearchState
getLexState, getOrder, getSignature, getSuccessors, getWordHistory, isEmitting, isFinal, toPrettyString
 

Method Detail

getHMMState

public HMMState getHMMState()
Gets the hmm state

Returns:
the hmm state