|
||||||||||
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.UnitState
edu.cmu.sphinx.research.parallel.ParallelUnitState
Represents an UnitState in one particular feature stream, in a search graph with states for multiple feature streams.
Constructor Summary | |
ParallelUnitState(PronunciationState parent,
FeatureStream stream,
int which,
Unit unit,
int tokenStackSize)
Creates a ParallelUnitState |
Method Summary | |
void |
clear()
Clears/resets any accumulated state or history |
FeatureStream |
getFeatureStream()
Returns the FeatureStream of the acoustic model behind this ParallelUnitState. |
java.lang.String |
getName()
Returns the name of this ParallelUnitState. |
java.lang.String |
getPrettyName()
Gets the pretty name for this unit sate |
java.lang.String |
getTitle()
Returns the title of this state |
TokenStack |
getTokenStack()
Returns the token stack of this ParallelUnitState. |
java.lang.String |
getValueSignature()
Returns the value signature |
Methods inherited from class edu.cmu.sphinx.linguist.flat.UnitState |
getOrder, getPosition, getTail, getTypeLabel, getUnit, isLast, isUnit, setTail |
Methods inherited from class edu.cmu.sphinx.linguist.flat.SentenceHMMState |
collectStates, connect, dumpAll, findArc, getAssociatedWord, getColor, getFullName, getLexState, getNumSuccessors, getParent, getSignature, getSuccessors, getWhich, getWordHistory, isEmitting, isFanIn, isFinal, isProcessed, isSharedState, 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, isEmitting, isFinal, toPrettyString |
Constructor Detail |
public ParallelUnitState(PronunciationState parent, FeatureStream stream, int which, Unit unit, int tokenStackSize)
parent
- the parent of this statestream
- the feature stream of this statewhich
- the index of the given stateunit
- the unit associated with this statetokenStackSize
- the token stack sizeMethod Detail |
public TokenStack getTokenStack()
getTokenStack
in interface ParallelState
public FeatureStream getFeatureStream()
getFeatureStream
in interface ParallelState
public java.lang.String getName()
getName
in class UnitState
public java.lang.String getPrettyName()
getPrettyName
in class UnitState
public java.lang.String getTitle()
getTitle
in class SentenceHMMState
public java.lang.String getValueSignature()
getValueSignature
in class UnitState
public void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |