{"id":37147115,"url":"https://github.com/afjoseph/whitestrings","last_synced_at":"2026-01-14T17:14:15.547Z","repository":{"id":57559518,"uuid":"324602054","full_name":"afjoseph/WhiteStrings","owner":"afjoseph","description":"Go implementation of Simon White's String Similarity Algorithm","archived":false,"fork":false,"pushed_at":"2020-12-26T17:35:31.000Z","size":4,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T12:39:33.442Z","etag":null,"topics":["golang","nlp","simon-white","string-metrics","string-similarities-and-metrics","string-similarity"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/afjoseph.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-26T17:20:49.000Z","updated_at":"2024-05-30T18:10:54.000Z","dependencies_parsed_at":"2022-08-28T10:20:17.653Z","dependency_job_id":null,"html_url":"https://github.com/afjoseph/WhiteStrings","commit_stats":null,"previous_names":["afjoseph/white_similarity"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/afjoseph/WhiteStrings","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afjoseph%2FWhiteStrings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afjoseph%2FWhiteStrings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afjoseph%2FWhiteStrings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afjoseph%2FWhiteStrings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afjoseph","download_url":"https://codeload.github.com/afjoseph/WhiteStrings/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afjoseph%2FWhiteStrings/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28427206,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T16:38:47.836Z","status":"ssl_error","status_checked_at":"2026-01-14T16:34:59.695Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["golang","nlp","simon-white","string-metrics","string-similarities-and-metrics","string-similarity"],"created_at":"2026-01-14T17:14:14.881Z","updated_at":"2026-01-14T17:14:15.529Z","avatar_url":"https://github.com/afjoseph.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# White Strings -- Go implementation of Simon White's String Similarity Algorithm\n\nThis is a Go port of the \"Strike A Match\" algorithm from Simon White of\nCatalysoft (http://www.catalysoft.com/articles/StrikeAMatch.html)\n\n## Usage\n\n    go get github.com/afjoseph/whitestrings\n\n## Example\n\n\n    package main\n\n    import (\n            \"fmt\"\n\n            \"github.com/afjoseph/whitestrings\"\n    )\n\n    func main() {\n            // Result: 1.0\n            fmt.Println(whitestrings.GetSimilarity(\"bunnyfoofoo\", \"bunnyfoofoo\"))\n            // Result: 0.5714285714285714\n            fmt.Println(whitestrings.GetSimilarity(\"bunnyfoofoo\", \"bunny\"))\n            // Result: 0.9\n            fmt.Println(whitestrings.GetSimilarity(\"bunnyfoofoo\", \"foofoobunny\"))\n            // Result: 0.9\n            fmt.Println(whitestrings.GetSimilarity(\"bunnyfoofoo\", \"foobunnyfoo\"))\n    }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafjoseph%2Fwhitestrings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafjoseph%2Fwhitestrings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafjoseph%2Fwhitestrings/lists"}