https://github.com/csukuangfj/openfst-pybind
https://github.com/csukuangfj/openfst-pybind
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/csukuangfj/openfst-pybind
- Owner: csukuangfj
- License: mit
- Created: 2020-06-26T06:58:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-26T13:31:24.000Z (almost 5 years ago)
- Last Synced: 2025-02-08T08:13:28.577Z (4 months ago)
- Language: CMake
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/csukuangfj/openfst-pybind/actions)
## Python wrappers for OpenFST with pybind11
Still on-going.
## Installation
```bash
git clone https://github.com/csukuangfj/openfst-pybind.git
cd openfst-pybind
mkdir build
cd build
cmake ..
make
make test
```## TODOs
- [ ] build a pip package