
Implements various string similarity and distance algorithms, including Levenshtein, Jaro-Winkler, and Cosine Similarity, offering a comprehensive toolkit for comparing text strings.
This is a library that implements various measures of string similarity and distance.
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"
}The following is the list of implemented algorithms:
The library is a Kotlin port of java-string-similarity.
The library is an open-sourced software licensed under the MIT license.
This is a library that implements various measures of string similarity and distance.
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"
}The following is the list of implemented algorithms:
The library is a Kotlin port of java-string-similarity.
The library is an open-sourced software licensed under the MIT license.