{"id":16099014,"url":"https://github.com/hellerve/levenshtein","last_synced_at":"2025-06-20T18:40:02.496Z","repository":{"id":79626317,"uuid":"157192635","full_name":"hellerve/levenshtein","owner":"hellerve","description":"An implementation of the Levenshtein edit distance in Carp","archived":false,"fork":false,"pushed_at":"2019-11-01T11:09:09.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T22:43:48.117Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hellerve.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2018-11-12T10:00:18.000Z","updated_at":"2023-09-08T17:47:08.000Z","dependencies_parsed_at":"2023-05-13T22:00:32.985Z","dependency_job_id":null,"html_url":"https://github.com/hellerve/levenshtein","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hellerve/levenshtein","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Flevenshtein","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Flevenshtein/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Flevenshtein/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Flevenshtein/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hellerve","download_url":"https://codeload.github.com/hellerve/levenshtein/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Flevenshtein/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260999571,"owners_count":23095358,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-09T18:25:25.517Z","updated_at":"2025-06-20T18:39:57.484Z","avatar_url":"https://github.com/hellerve.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# levenshtein\n\nA simple implementation of [Levenshtein edit distance](https://en.wikipedia.org/wiki/Levenshtein_distance)\nin Carp.\n\n## Installation\n\n```clojure\n(load \"git@github.com:hellerve/levenshtein\")\n```\n\n## Usage\n\nThe only function that is defined and exposed by this library is\n`String.levenshtein`. An example usage could look like this:\n\n```clojure\n(String.levenshtein \"hey\" \"hej\") ; =\u003e 1\n(String.levenshtein \"hello\" \"hej\") ; =\u003e 3\n```\n\nThat’s all, folks!\n\n\u003chr/\u003e\n\nHave fun!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellerve%2Flevenshtein","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellerve%2Flevenshtein","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellerve%2Flevenshtein/lists"}