GlobalNamesArchitecture / damerau-levenshtein

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

Join forces #25

Open sandstrom opened 2 years ago

sandstrom commented 2 years ago

I found this excellent gem! 💎

It seems like there are a few ruby gems for string matching:

Would it make sense to join forces? In other words, have several maintainers of one project.

String distance is a great functionality, but the API can be pretty static over time. So what's important is mostly to have several maintainers that can help each other with CI upgrades and similar.

ping @kiyoka @flori @dimus @tonytonyjan

I've opened issues in all three repos quoted above, with the same message

sandstrom commented 2 years ago

To avoid spreading the discussion across four threads, let's keep it all in this one: https://github.com/flori/amatch/issues/18