| Package | Description |
|---|---|
| edu.cmu.sphinx.api | |
| edu.cmu.sphinx.result |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WordResult> |
SpeechAligner.align(java.net.URL audioUrl,
java.util.List<java.lang.String> sentenceTranscript)
Align audio to sentence transcript
|
java.util.List<WordResult> |
SpeechAligner.align(java.net.URL audioUrl,
java.lang.String transcript) |
java.util.List<WordResult> |
SpeechResult.getWords()
Returns
List of words of the recognition result. |
| Modifier and Type | Method and Description |
|---|---|
void |
SpeechAligner.dumpAlignment(java.util.List<java.lang.String> transcript,
int[] alignment,
java.util.List<WordResult> results) |
| Modifier and Type | Method and Description |
|---|---|
WordResult[] |
Path.getWords()
Gets the ordered set of words for this path
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WordResult> |
Result.getTimedBestResult(boolean withFillers)
Returns the string of words (with timestamp) for this token.
|
java.util.List<WordResult> |
Lattice.getWordResultPath()
Retrieves the list of WordResult from this lattice.
|