Speech and Language Processing, Daniel Jurafsky and James H. Martin, 2025 (Prentice Hall) - A standard textbook covering speech recognition, including language modeling, beam search algorithms, and their integration in ASR systems.
pyctcdecode Documentation, Kensho Technologies, 2021 (Kensho Technologies) - Official documentation for the pyctcdecode library, which facilitates integrating KenLM with CTC outputs via beam search, as used in the practical session.