|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.sphinx.linguist.flat.SentenceHMMState
edu.cmu.sphinx.linguist.flat.HMMStateState
Represents a hmmState in an SentenceHMMS
Constructor Summary | |
HMMStateState(SentenceHMMState parent,
HMMState hmmState)
Creates a HMMStateState |
Method Summary | |
HMMState |
getHMMState()
Gets the hmmState associated with this state |
int |
getOrder()
Returns the state order for this state type |
float |
getScore(Data feature)
Calculate the acoustic score for this state |
java.lang.String |
getTypeLabel()
Retrieves a short label describing the type of this state. |
boolean |
isEmitting()
Determines if this state is an emitting state |
Methods inherited from class edu.cmu.sphinx.linguist.flat.SentenceHMMState |
collectStates, connect, dumpAll, findArc, getAssociatedWord, getColor, getFullName, getLexState, getName, getNumSuccessors, getParent, getPrettyName, getSignature, getSuccessors, getTitle, getValueSignature, getWhich, getWordHistory, isFanIn, isFinal, isProcessed, isSharedState, isUnit, isWordStart, resetAllProcessed, setColor, setFanIn, setFinalState, setProcessed, setSharedState, setWhich, setWordStart, toPrettyString, toString, validateAll, visitStates |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface edu.cmu.sphinx.linguist.SearchState |
getLexState, getSignature, getSuccessors, getWordHistory, isFinal, toPrettyString |
Constructor Detail |
public HMMStateState(SentenceHMMState parent, HMMState hmmState)
parent
- the parent of this statehmmState
- the hmmState associated with this stateMethod Detail |
public HMMState getHMMState()
getHMMState
in interface HMMSearchState
public boolean isEmitting()
isEmitting
in interface SearchState
isEmitting
in class SentenceHMMState
public java.lang.String getTypeLabel()
getTypeLabel
in class SentenceHMMState
public float getScore(Data feature)
public int getOrder()
getOrder
in interface SearchState
getOrder
in class SentenceHMMState
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |