Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.75 KB

README.md

File metadata and controls

52 lines (38 loc) · 1.75 KB

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.