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

https://github.com/csukuangfj/openfst-pybind


https://github.com/csukuangfj/openfst-pybind

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

[![GitHub Actions Status](https://github.com/csukuangfj/openfst-pybind/workflows/build/badge.svg)](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