Skip to content

Kotlin multiplatform library offering various algorithms to measure string similarity and distance

License

Notifications You must be signed in to change notification settings

aallam/string-similarity-kotlin

Repository files navigation

String Similarity for Kotlin

Maven Central License Documentation

This is a library that implements various measures of string similarity and distance.

Install

Add the Maven Central repository if it is not already there:

repositories {
    mavenCentral()
}

Add a dependency to the dependencies block:

dependencies {
    implementation "com.aallam.similarity:string-similarity-kotlin:$version"
}

Algorithms

The following is the list of implemented algorithms:

Prior-Art

The library is a Kotlin port of java-string-similarity.

License

The library is an open-sourced software licensed under the MIT license.