|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeHMMState
edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeNonEmittingHMMState
public class LexTreeLinguist.LexTreeNonEmittingHMMState
Represents a non emitting hmm state
| Method Summary | |
|---|---|
edu.cmu.sphinx.linguist.lextree.Node |
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 |
isFinal()
Determines if this is a final state |
java.lang.String |
toPrettyString()
Returns a pretty version of the string representation for this object |
| Methods inherited from class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeHMMState |
|---|
equals, getAcousticProbability, getHMMState, getInsertionProbability, getLanguageProbability, getSignature, getSuccessors, hashCode, isEmitting, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface edu.cmu.sphinx.linguist.SearchState |
|---|
getLexState, getWordHistory, isFinal, toPrettyString |
| Method Detail |
|---|
public int getOrder()
SearchState
getOrder in interface SearchStategetOrder in class LexTreeLinguist.LexTreeHMMStatepublic float getSmearTerm()
public float getSmearProb()
public SearchState getState()
getState in interface SearchStateArcpublic float getProbability()
getProbability in interface SearchStateArcpublic boolean isFinal()
isFinal in interface SearchStatetrue if this is an final state.public WordSequence getWordHistory()
getWordHistory in interface SearchStatepublic edu.cmu.sphinx.linguist.lextree.Node getLexState()
SearchState
getLexState in interface SearchStatepublic java.lang.String toPrettyString()
toPrettyString in interface SearchState
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||