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

DRSchlaubi/string-similarity-kotlin

This branch is 5 commits ahead of aallam/string-similarity-kotlin:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bb905cf · Mar 10, 2025

History

11 Commits
Mar 10, 2025
Mar 10, 2025
Mar 9, 2023
Mar 10, 2025
Mar 10, 2025
Mar 9, 2023
Feb 5, 2023
Mar 9, 2023
Mar 9, 2023
Mar 10, 2025
Mar 10, 2025
Mar 10, 2025

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%