{"id":37431602,"url":"https://github.com/solo-studios/kt-fuzzy","last_synced_at":"2026-01-16T06:35:39.602Z","repository":{"id":72922873,"uuid":"420274115","full_name":"solo-studios/kt-fuzzy","owner":"solo-studios","description":"A zero-dependency Kotlin Multiplatform library for fuzzy string matching","archived":false,"fork":false,"pushed_at":"2025-09-30T02:03:54.000Z","size":1382,"stargazers_count":12,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-30T04:06:36.652Z","etag":null,"topics":["distance","distance-measures","fuzzy-matching","fuzzy-search","fuzzy-string","fuzzy-string-matching","fuzzywuzzy","kotlin","kotlin-library","kotlin-multiplatform","kotlin-multiplatform-library","kt","levenshtein","levenshtein-distance","multiplatform","similarity","similarity-measures"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/solo-studios.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-10-23T00:11:32.000Z","updated_at":"2025-09-30T02:03:57.000Z","dependencies_parsed_at":"2023-10-03T02:55:46.739Z","dependency_job_id":"551493de-e991-40d7-ae57-fd322114aa38","html_url":"https://github.com/solo-studios/kt-fuzzy","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/solo-studios/kt-fuzzy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solo-studios%2Fkt-fuzzy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solo-studios%2Fkt-fuzzy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solo-studios%2Fkt-fuzzy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solo-studios%2Fkt-fuzzy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solo-studios","download_url":"https://codeload.github.com/solo-studios/kt-fuzzy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solo-studios%2Fkt-fuzzy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28477880,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["distance","distance-measures","fuzzy-matching","fuzzy-search","fuzzy-string","fuzzy-string-matching","fuzzywuzzy","kotlin","kotlin-library","kotlin-multiplatform","kotlin-multiplatform-library","kt","levenshtein","levenshtein-distance","multiplatform","similarity","similarity-measures"],"created_at":"2026-01-16T06:35:39.508Z","updated_at":"2026-01-16T06:35:39.588Z","avatar_url":"https://github.com/solo-studios.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kotlin Fuzzy\n\n[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg?style=for-the-badge)](LICENSE)\n[![Maven Central](https://img.shields.io/maven-central/v/ca.solo-studios/kt-fuzzy.svg?style=for-the-badge\u0026label=Maven%20Central)](https://search.maven.org/search?q=g:ca.solo-studios%20a:kt-fuzzy)\n[![Pure Kotlin](https://img.shields.io/badge/100%25-kotlin-blue.svg?style=for-the-badge)](https://kotlinlang.org/)\n[![Discord Server](https://img.shields.io/discord/871114669761372221?color=7389D8\u0026label=Discord\u0026logo=discord\u0026logoColor=8fa3ff\u0026style=for-the-badge)](https://discord.solo-studios.ca)\n\nA zero-dependency multiplatform library for fuzzy string matching in Kotlin which is *roughly* equivalent to the Python\npackage [thefuzz](https://github.com/seatgeek/thefuzz/) (Previously \"fuzzywuzzy\") \u003cins\u003ewithout\u003c/ins\u003e the GPL license.\n\n## Kotlin Fuzzy String Matching\n\nKotlin Fuzzy, or kt-fuzzy was created because the only other options for Java/Kotlin fuzzy string matching libraries\nwere under the GPL. This meant, they couldn't be used in non-GPL projects. So, I created this library to remedy that.\n\nThis library was *inspired* by libraries\nlike [javawuzzy](https://github.com/xdrop/fuzzywuzzy), [fuzzywuzzy-kotlin](https://github.com/willowtreeapps/fuzzywuzzy-kotlin),\nand [thefuzz](https://github.com/seatgeek/thefuzz) but \u003cins\u003edoes not use any code from them\u003c/ins\u003e, allowing it to exist\n*without* the GPL license.\n\nThis library was designed with the goal of mimicking their functionality, without directly using any code from those\nrepositories.\n\nThere are two modules that can be used:\n\n- The Primary module: Kotlin Fuzzy\n- The Secondary module: [Kotlin String Similarity](kt-string-similarity/README.md)\n\n### Kotlin String Similarity\n\nThe secondary module, Kotlin String Similarity implements various string similarity and distance measures. It contains\nover a dozen such algorithms, including Levenshtein distance (and siblings), Jaro-Winkler, Longest Common Subsequence,\ncosine similarity, and many others.\n\nIt primarily a *direct port* of [Java String Similarity](https://github.com/tdebatty/java-string-similarity) by\ntdebatty.\n\nIf you want to depend *only* on this module, you do not need to add a dependency on Kotlin Fuzzy to do so.\nRead the [Kotlin String Similarity README](kt-string-similarity/README.md) for more info.\n\n## Features\n\n- [x] No dependencies\n- [x] Simple to use\n- [x] Performance friendly\n\n## Including\n\nYou can include Kotlin Fuzzy in your project by adding the following, depending on your platform:\n\n### Maven\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eca.solo-studios\u003c/groupId\u003e\n    \u003cartifactId\u003ekt-fuzzy\u003c/artifactId\u003e\n    \u003cversion\u003eVERSION\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n### Gradle Groovy\n\n```groovy\nimplementation 'ca.solo-studios:kt-fuzzy:VERSION'\n```\n\n### Gradle Kotlin\n\n```kotlin\nimplementation(\"ca.solo-studios:kt-fuzzy:VERSION\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolo-studios%2Fkt-fuzzy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolo-studios%2Fkt-fuzzy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolo-studios%2Fkt-fuzzy/lists"}