|
||||||||||
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
edu.cmu.sphinx.research.parallel.ParallelHMMStateState
Represents an HMMStateState in a feature stream.
Constructor Summary | |
ParallelHMMStateState(SentenceHMMState parent,
FeatureStream stream,
HMMState hmmState,
int tokenStackSize)
Creates a ParallelHMMStateState |
Method Summary | |
void |
clear()
Clears/resets any accumulated state or history |
FeatureStream |
getFeatureStream()
Returns the FeatureStream of this ParallelHMMStateState. |
java.lang.String |
getName()
Returns the name of this ParallelHMMStateState. |
TokenStack |
getTokenStack()
Returns the token stack of this ParallelHMMStateState. |
Methods inherited from class edu.cmu.sphinx.linguist.flat.HMMStateState |
getHMMState, getOrder, getScore, getTypeLabel, isEmitting |
Methods inherited from class edu.cmu.sphinx.linguist.flat.SentenceHMMState |
collectStates, connect, dumpAll, findArc, getAssociatedWord, getColor, getFullName, getLexState, 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 ParallelHMMStateState(SentenceHMMState parent, FeatureStream stream, HMMState hmmState, int tokenStackSize)
parent
- the parent of this statestream
- the name of the feature stream of this HMMStatehmmState
- the hmmState associated with this statetokenStackSize
- the height of the token stackMethod Detail |
public TokenStack getTokenStack()
getTokenStack
in interface ParallelState
public FeatureStream getFeatureStream()
getFeatureStream
in interface ParallelState
public java.lang.String getName()
getName
in class SentenceHMMState
public void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |