{"id":15396002,"url":"https://github.com/fr0st1n/strdice","last_synced_at":"2025-03-27T23:44:49.716Z","repository":{"id":93435759,"uuid":"518859155","full_name":"FR0ST1N/strdice","owner":"FR0ST1N","description":"Go implementation of Dice coefficient to find similarity between two strings.","archived":false,"fork":false,"pushed_at":"2022-07-28T13:43:36.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-02T02:11:16.600Z","etag":null,"topics":["dice-coefficient","go","go-module","golang","string","string-matching","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FR0ST1N.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}},"created_at":"2022-07-28T13:32:38.000Z","updated_at":"2022-07-28T13:46:50.000Z","dependencies_parsed_at":"2023-04-14T11:45:40.771Z","dependency_job_id":null,"html_url":"https://github.com/FR0ST1N/strdice","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FR0ST1N%2Fstrdice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FR0ST1N%2Fstrdice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FR0ST1N%2Fstrdice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FR0ST1N%2Fstrdice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FR0ST1N","download_url":"https://codeload.github.com/FR0ST1N/strdice/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245944062,"owners_count":20697948,"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":["dice-coefficient","go","go-module","golang","string","string-matching","string-similarity"],"created_at":"2024-10-01T15:30:19.290Z","updated_at":"2025-03-27T23:44:49.698Z","avatar_url":"https://github.com/FR0ST1N.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# strdice\nGo implementation of [Dice coefficient](https://en.wikipedia.org/wiki/S%C3%B8rensen%E2%80%93Dice_coefficient) to find similarity between two strings.\n\n## Install\n```bash\ngo get github.com/FR0ST1N/strdice\n```\n\n## Example\n```go\npackage main\n\nimport (\n        \"fmt\"\n        \"github.com/FR0ST1N/strdice\"\n)\n\nfunc main() {\n        fmt.Print(strdice.Compute(\"mouse\", \"mouse trap\")) // 0.66\n}\n```\n\n## License\n- [MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffr0st1n%2Fstrdice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffr0st1n%2Fstrdice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffr0st1n%2Fstrdice/lists"}