|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeWordState
edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeEndWordState
public class LexTreeLinguist.LexTreeEndWordState
Represents the final end of utterance word
Method Summary | |
---|---|
float |
getAcousticProbability()
Gets the language probability of entering this state |
float |
getInsertionProbability()
Gets the insertion probability of entering this state |
java.lang.Object |
getLexState()
Returns the lex tree state |
int |
getOrder()
Returns the order of this particular state |
float |
getProbability()
Gets the composite probability of entering this state |
float |
getSmearProb()
|
float |
getSmearTerm()
|
SearchState |
getState()
Gets a successor to this search state |
WordSequence |
getWordHistory()
Returns the word sequence for this state |
boolean |
isEmitting()
Determines if this is an emitting state |
java.lang.String |
toPrettyString()
Returns a pretty version of the string representation for this object |
java.lang.String |
toString()
Returns the string representation of this object |
Methods inherited from class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeWordState |
---|
equals, getLanguageProbability, getPronunciation, getSignature, getSuccessors, hashCode, isFinal, isWordStart |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface edu.cmu.sphinx.linguist.WordSearchState |
---|
getPronunciation, isWordStart |
Methods inherited from interface edu.cmu.sphinx.linguist.SearchState |
---|
getLexState, getSignature, getSuccessors, getWordHistory, isEmitting, isFinal, toPrettyString |
Method Detail |
---|
public int getOrder()
SearchState
getOrder
in interface SearchState
getOrder
in class LexTreeLinguist.LexTreeWordState
public float getSmearTerm()
public float getSmearProb()
public SearchState getState()
getState
in interface SearchStateArc
public float getProbability()
getProbability
in interface SearchStateArc
public float getAcousticProbability()
getAcousticProbability
in interface SearchStateArc
public float getInsertionProbability()
getInsertionProbability
in interface SearchStateArc
public boolean isEmitting()
isEmitting
in interface SearchState
true
if this is an emitting state.public WordSequence getWordHistory()
getWordHistory
in interface SearchState
public java.lang.Object getLexState()
SearchState
getLexState
in interface SearchState
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toPrettyString()
toPrettyString
in interface SearchState
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |