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
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