Skip to content
Dylon Edwards edited this page Feb 18, 2024 · 3 revisions
Action Type Build Status
Operating System Test Ubuntu Test MacOS Test Windows
Engineering Excellence Coverage Status Linter CodeQL
Demo App Run Demo
Documentation Deploy static content to Pages

A library for generating Finite State Transducers based on Levenshtein Automata.

NOTE: This library is currently in rc phase. I'll have it production ready as soon as possible. Currently, there is >90% test coverage over the sources and the library is usable as described below.

Due to limited resources on my part, this library requires C++20 features (or whichever is the latest standard). If you need compatibility with an older standard, please either submit a pull request (preferably) or create an issue stating the standard you need compatibility with and I will comply if I can.

For a demonstration, please reference the example app.

For API documentation, please reference the GitHub Pages.

Clone this wiki locally