fuzzywuzzy-kotlin

Fuzzy string matching for kotlin multiplatform

License

License

Categories

Categories

Kotlin Languages ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

com.willowtreeapps
ArtifactId

ArtifactId

fuzzywuzzy-kotlin-wasm
Last Version

Last Version

0.9.0
Release Date

Release Date

Type

Type

klib
Description

Description

fuzzywuzzy-kotlin
Fuzzy string matching for kotlin multiplatform
Project URL

Project URL

https://github.com/willowtreeapps/fuzzywuzzy-kotlin/
Source Code Management

Source Code Management

https://github.com/willowtreeapps/fuzzywuzzy-kotlin/

Download fuzzywuzzy-kotlin-wasm

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-common jar 1.3.61

Project Modules

There are no modules declared in this project.

FuzzyWuzzy-Kotlin

badge badge badge badge badge badge badge badge

CircleCI

Fuzzy string matching for Kotlin (JVM, iOS) - fork of the Java fork of of Fuzzy Wuzzy Python lib. For use in on JVM, Android, or Kotlin Multiplatform projects (JVM/Android, iOS, mac, linux)

Useful for selecting the closest matching string from a collection of strings. Various algorithms are available.

See Java repo or Python repo for usage.

To add to project in the common module add the dependency:

sourceSets {
  commonMain {
      dependencies {
          implementation "com.willowtreeapps:fuzzywuzzy-kotlin:0.1.1"
      }
   }
}
com.willowtreeapps

WillowTree, LLC

Versions

Version
0.9.0
0.2.1
0.1.1