An open API service indexing awesome lists of open source software.

https://github.com/k2-fsa/kaldifst

Python wrapper for OpenFST and its extensions from Kaldi. Also support reading/writing ark/scp files
https://github.com/k2-fsa/kaldifst

ark fst python

Last synced: 15 days ago
JSON representation

Python wrapper for OpenFST and its extensions from Kaldi. Also support reading/writing ark/scp files

Awesome Lists containing this project

README

        

## Introduction

Python wrapper for [OpenFst][openfst] and its extensions from [Kaldi][kaldi], e.g.,
`fstdeterminizestar`.

**Note**: It does not depend on Kaldi. You don't need to install
Kaldi to use this repo.

## Documentation

Please refer to
for installation and usage.

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