universal-automata / liblevenshtein-java

Various utilities regarding Levenshtein transducers. (Java)
MIT License
56 stars 20 forks source link

Convert the graphical SortedDawg to an array-based structure. #43

Open dylon opened 8 years ago

dylon commented 8 years ago

This is a good, next step to something akin to a double-array trie, etc.