universal-automata / liblevenshtein-java

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

Support heterogeneous, dictionary node types #58

Open dylon opened 8 years ago

dylon commented 8 years ago

For example, this SO post describes mixing characters with integers:

http://stackoverflow.com/q/37058112/206543