| Modifier and Type | Method and Description |
|---|---|
Pronunciation |
WordSearchState.getPronunciation()
Gets the word (as a pronunciation)
|
| Modifier and Type | Method and Description |
|---|---|
Pronunciation |
PhoneWordSearchState.getPronunciation() |
| Modifier and Type | Field and Description |
|---|---|
static Pronunciation |
Pronunciation.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
Pronunciation |
Word.getMostLikelyPronunciation()
Get the highest probability pronunciation for a word
|
Pronunciation[] |
Word.getPronunciations()
Retrieves the pronunciations of this word
|
| Constructor and Description |
|---|
Word(java.lang.String spelling,
Pronunciation[] pronunciations,
boolean isFiller)
Creates a Word
|
| Modifier and Type | Method and Description |
|---|---|
Pronunciation |
PronunciationState.getPronunciation()
Gets the pronunciation associated with this state
|
| Constructor and Description |
|---|
PronunciationState(java.lang.String name,
Pronunciation p,
int which)
Creates a PronunciationState
|
| Modifier and Type | Method and Description |
|---|---|
Pronunciation |
LexTreeLinguist.LexTreeWordState.getPronunciation()
Gets the word pronunciation for this state
|
| Modifier and Type | Method and Description |
|---|---|
Pronunciation |
WordResult.getPronunciation()
Gets the pronunciation for this word.
|