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

https://github.com/alexmaclean/racket-openfst

A partial, unofficial set of bindings for the OpenFST library, based partially on the Python package Pynini
https://github.com/alexmaclean/racket-openfst

openfst racket-ffi

Last synced: 5 months ago
JSON representation

A partial, unofficial set of bindings for the OpenFST library, based partially on the Python package Pynini

Awesome Lists containing this project

README

          

Racket OpenFst Bindings
==============
[![CI](https://github.com/AlexMaclean/racket-openfst/actions/workflows/ci.yml/badge.svg)](https://github.com/AlexMaclean/racket-openfst/actions/workflows/ci.yml)

This package provides Racket bindings for OpenFst, "a library for constructing, combining,
optimizing, and searching _weighted finite-state transducers_ (FSTs)" \[[openfst](https://www.openfst.org)].
Extensions to OpenFst based on the Python package `pynini` are also included \[[pynini](https://pypi.org/project/pynini/)].