Metadata-Version: 2.1
Name: kaldi-decoder
Version: 0.1.1
Home-page: https://github.com/k2-fsa/kaldi-decoder
Author: The next-gen Kaldi development team
Author-email: csukuangfj@gmail.com
License: Apache licensed, as found in the LICENSE file
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Introduction

This repository ports the C++ decoder code from [Kaldi][Kaldi]
using [OpenFst][OpenFst] without depending on [Kaldi][Kaldi].

[Kaldi]: https://github.com/kaldi-asr/kaldi
[OpenFst]: https://www.openfst.org/
