GlobalNamesArchitecture / damerau-levenshtein

Calculates edit distance using Damerau-Levenshtein algorithm
MIT License
135 stars 19 forks source link

Provide Java version of this gem #15

Closed n-rodriguez closed 3 years ago

n-rodriguez commented 4 years ago

Hi there!

It could be nice to have a Java version of this gem. See https://commons.apache.org/sandbox/commons-text/jacoco/org.apache.commons.text.similarity/LevenshteinDistance.java.html for example.

Thank you!

n-rodriguez commented 4 years ago

Or

dimus commented 3 years ago

It would be good for JRuby projects, yes. It is not on my priorities at the moment, and I did not use JRuby for very very long time. If someone who does use it could provide a PR, would be great.