fuzzywuzzy-kotlin

Fuzzy string matching for kotlin multiplatform

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.willowtreeapps
ArtifactId

ArtifactId

fuzzywuzzy-kotlin
Last Version

Last Version

0.9.0
Release Date

Release Date

Type

Type

pom
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

How to add to project

<!-- https://jarcasting.com/artifacts/com.willowtreeapps/fuzzywuzzy-kotlin/ -->
<dependency>
    <groupId>com.willowtreeapps</groupId>
    <artifactId>fuzzywuzzy-kotlin</artifactId>
    <version>0.9.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.willowtreeapps/fuzzywuzzy-kotlin/
implementation 'com.willowtreeapps:fuzzywuzzy-kotlin:0.9.0'
// https://jarcasting.com/artifacts/com.willowtreeapps/fuzzywuzzy-kotlin/
implementation ("com.willowtreeapps:fuzzywuzzy-kotlin:0.9.0")
'com.willowtreeapps:fuzzywuzzy-kotlin:pom:0.9.0'
<dependency org="com.willowtreeapps" name="fuzzywuzzy-kotlin" rev="0.9.0">
  <artifact name="fuzzywuzzy-kotlin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.willowtreeapps', module='fuzzywuzzy-kotlin', version='0.9.0')
)
libraryDependencies += "com.willowtreeapps" % "fuzzywuzzy-kotlin" % "0.9.0"
[com.willowtreeapps/fuzzywuzzy-kotlin "0.9.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

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