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
- Host: GitHub
- URL: https://github.com/k2-fsa/kaldifst
- Owner: k2-fsa
- License: other
- Created: 2021-12-19T09:10:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T16:19:09.000Z (10 months ago)
- Last Synced: 2025-03-25T09:49:16.479Z (about 1 month ago)
- Topics: ark, fst, python
- Language: C++
- Homepage: https://k2-fsa.github.io/kaldifst/
- Size: 3.46 MB
- Stars: 50
- Watchers: 6
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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