-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Dylon Edwards edited this page Feb 18, 2024
·
3 revisions
Action Type | Build Status | ||
---|---|---|---|
Operating System | |||
Engineering Excellence | |||
Demo App | |||
Documentation |
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.