The name of an output text file that contains far more of the word hypotheses considered during recognition, not simply the best scoring hypothesis.
The lattice file lists one word on each line, ordered by the number of occurrences. Each entry consists of the start of the window, the end of the window, the word, the acoustic score, and the number of occurrences of each word for the specified window size. For example:
0 1000 <SIL> 32310 389 0 1000 the 14814 168 0 1000 <s> 32310 117 0 1000 you 27325 87 0 1000 of 28288 86 0 1000 a 9857 65 0 1000 at 5265 55 0 1000 to 37948 46 0 1000 centre 79334 40
Note: The acoustic score is the maximum score for that word in the window.
If a word is considered during recognition but ultimately discarded, the recall rate might be improved by looking for occurrences of the word in the lattice.
Action: | AddTask, CheckResources |
Task: | StreamToText, WavToText, TelWavToText |
Type: | String |
---|---|
Default: |
None |
Example: | LatFile=audio.lat
|
See also: | LatScale
LatWordFile LatWinSize |
|