universal-automata / liblevenshtein

Various utilities regarding Levenshtein transducers.
https://github.com/universal-automata/liblevenshtein
MIT License
67 stars 13 forks source link

Generalize the transucer to any kind of element #26

Open dylon opened 10 years ago

dylon commented 10 years ago

It currently uses characters as elements, but there is no reason it shouldn't be able to support arbitrary types.