The Kaldi Speech Recognition Toolkit

daniel povey,arnab ghoshal,gilles boulianne,lukas burget,ondrej glembek,nagendra goel,mirko hannemann,petr motlicek,yanmin qian,petr schwarz,jan silovsky,georg stemmer,karel vesely
2012-01-01
Abstract:We describe the design of Kaldi, a free, open-source toolkit for speech recognition research. Kaldi provides a speech recognition system based on finite-state automata (using the freely available OpenFst), together with detailed documentation and a comprehensive set of scripts for building complete recognition systems. Kaldi is written is C++, and the core library supports modeling of arbitrary phonetic-context sizes, acoustic modeling with subspace Gaussian mixture models (SGMM) as well as standard Gaussian mixture models, together with all commonly used linear and affine transforms. Kaldi is released under the Apache License v2.0, which is highly nonrestrictive, making it suitable for a wide community of users.
What problem does this paper attempt to address?