← All terms

Word Lattice

Also known as: Recognition Lattice, Speech Lattice

A graph data structure produced by a speech recognizer that represents multiple competing word hypotheses explored during recognition, along with their acoustic and language model scores. Each path through the lattice represents a possible transcription of the spoken input. Word lattices are used in assistive technology systems like Speech Dasher to provide alternative predictions for error correction, allowing users to navigate between competing interpretations of their spoken input.

Category: speech recognition · natural language processing

Related: Speech Recognition · Word Error Rate · Language Model

Sources