universal-automata / liblevenshtein

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

Let users specify custom, dictionary automata #25

Open dylon opened 10 years ago

dylon commented 10 years ago

Rather than restricting the dictionary to a list or Dawg, provide support for any dictionary automaton as long as it satisfies the required interface.