|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.sphinx.linguist.dictionary.Pronunciation
Provides pronunciation information for a word.
Field Summary | |
static Pronunciation |
UNKNOWN
|
Method Summary | |
void |
dump()
Dumps a pronunciation |
float |
getProbability()
Retrieves the probability for the pronunciation. |
java.lang.String |
getTag()
Retrieves the tag associated with the pronunciation or null if there is no tag associated with this pronunciation. |
Unit[] |
getUnits()
Retrieves the units for this pronunciation |
Word |
getWord()
Retrives the word that this Pronunciation object represents. |
WordClassification |
getWordClassification()
Retrieves the word classification for this pronunciation |
java.lang.String |
toDetailedString()
Returns a detailed string representation of this Pronunication. |
java.lang.String |
toString()
Returns a string representation of this Pronunication. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final Pronunciation UNKNOWN
Method Detail |
public Word getWord()
public WordClassification getWordClassification()
public Unit[] getUnits()
public java.lang.String getTag()
public float getProbability()
public void dump()
public java.lang.String toString()
public java.lang.String toDetailedString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |