https://kotlinlang.org logo
#feed
Title
# feed
p

Patrick Jackson

04/30/2019, 4:40 PM
Hi All, a new Kotlin Multiplatform library - FuzzyWuzzy-Kotlin. Useful for fuzzy string matching/string similarity scoring. Builds to JVM, iOS, js, macOS, linux, wasm, win (only iOS, JVM, JS are tested). https://github.com/willowtreeapps/fuzzywuzzy-kotlin
👍 10
p

Patrick Jackson

05/03/2019, 5:02 PM
thank you
d

dave08

05/06/2019, 10:27 AM
It's only for English right @Patrick Jackson, or could it work with other languages?
p

Patrick Jackson

05/06/2019, 1:30 PM
not heavily tested in in other languages but should if using the english charset. I did run into some issues with regex for the different platforms when using unicode chars, so I think there will be different results depending on the platform for now. Fix is to a working regex for each platform, or a fix in the Kotlin stdlib
d

dave08

05/06/2019, 1:40 PM
Ok, thanks!
2 Views