Charles Explorer logo
🇬🇧

PyKaldi - v1.0

Publication

Abstract

This is the PyKaldi - release 2013. This code include modification of the gmm-lat-gen-faster decoder so that it can be used for online decoding.

The modification based on a light weight modification to the original code by subclassing the main decoder class and adding online processing of input, including LDA+MLLT transforamtions. In addtition, this code includes a Python wrapper so that the decoder can be used from any python application.