Hi friends! We've been looking for any library in ...
# getting-started
p
Hi friends! We've been looking for any library in the Kotlin space that performs fuzzy search on strings. I've seen interesting approaches in the Java space (e.g,
fuzzy-matcher
) and some cool projects like
lucilla
, but we thought of something "less powerful". The archives here suggest
kt-fuzzy
but it seems it's not published anymore (although source is fully available). We could implement the algorithms ourselves, just wondering if there's something that went under our radar. Thank you!
👀 1