universal-automata / liblevenshtein-java

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

Support generic, dictionary nodes #70

Open dylon opened 8 years ago

dylon commented 8 years ago

Allow dictionaries to represent sequences of anything, rather than limiting them to sequences of characters. For example, they may represent sequences of terms for comparing whole documents, grammar correction, etc.

matanox commented 7 years ago

Sorry, somehow I couldn't manage the lombok build on my side