{"id":24271825,"url":"https://github.com/soenneker/soenneker.utils.string.jaccardsimilarity","last_synced_at":"2026-04-23T03:03:27.496Z","repository":{"id":214891379,"uuid":"737614855","full_name":"soenneker/soenneker.utils.string.jaccardsimilarity","owner":"soenneker","description":"A utility library for comparing strings via the Jaccard similarity algorithm","archived":false,"fork":false,"pushed_at":"2026-04-15T14:11:17.000Z","size":1439,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-19T20:11:07.933Z","etag":null,"topics":["comparison","csharp","dotnet","fuzzy","jaccard","jaccardsimilarity","jaccardsimilaritystringutil","matching","similarity","string","utils","vector"],"latest_commit_sha":null,"homepage":"https://soenneker.com","language":"C#","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/soenneker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","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},"funding":{"github":"soenneker","thanks_dev":"soenneker"}},"created_at":"2023-12-31T18:52:48.000Z","updated_at":"2026-04-17T14:16:15.000Z","dependencies_parsed_at":"2024-02-03T00:25:05.528Z","dependency_job_id":"d7636e5b-5890-48e4-a3bf-fb2d5d48e41f","html_url":"https://github.com/soenneker/soenneker.utils.string.jaccardsimilarity","commit_stats":null,"previous_names":["soenneker/soenneker.utils.string.jaccardsimilarity"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/soenneker/soenneker.utils.string.jaccardsimilarity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soenneker%2Fsoenneker.utils.string.jaccardsimilarity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soenneker%2Fsoenneker.utils.string.jaccardsimilarity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soenneker%2Fsoenneker.utils.string.jaccardsimilarity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soenneker%2Fsoenneker.utils.string.jaccardsimilarity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soenneker","download_url":"https://codeload.github.com/soenneker/soenneker.utils.string.jaccardsimilarity/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soenneker%2Fsoenneker.utils.string.jaccardsimilarity/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32163853,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-23T02:19:40.750Z","status":"ssl_error","status_checked_at":"2026-04-23T02:17:55.737Z","response_time":53,"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":["comparison","csharp","dotnet","fuzzy","jaccard","jaccardsimilarity","jaccardsimilaritystringutil","matching","similarity","string","utils","vector"],"created_at":"2025-01-15T17:59:39.949Z","updated_at":"2026-04-23T03:03:27.489Z","avatar_url":"https://github.com/soenneker.png","language":"C#","funding_links":["https://github.com/sponsors/soenneker","https://thanks.dev/soenneker"],"categories":[],"sub_categories":[],"readme":"[![](https://img.shields.io/nuget/v/soenneker.utils.string.jaccardsimilarity.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.utils.string.jaccardsimilarity/)\n[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.utils.string.jaccardsimilarity/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.utils.string.jaccardsimilarity/actions/workflows/publish-package.yml)\n[![](https://img.shields.io/nuget/dt/soenneker.utils.string.jaccardsimilarity.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.utils.string.jaccardsimilarity/)\n[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.utils.string.jaccardsimilarity/codeql.yml?label=CodeQL\u0026style=for-the-badge)](https://github.com/soenneker/soenneker.utils.string.jaccardsimilarity/actions/workflows/codeql.yml)\n\n# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) Soenneker.Utils.String.JaccardSimilarity\n### A utility library for comparing strings via the Jaccard similarity algorithm\n\n## Installation\n\n```\ndotnet add package Soenneker.Utils.String.JaccardSimilarity\n```\n\n## Why?\nJaccard similarity is great for comparing sets of items, and it's often used for tasks like detecting similar documents or recommending content. It's useful because:\n\n### Set-Focused: \nIt works well when you care about what elements are present, not their order.\n\n### Scale Doesn't Matter: \nIt's not influenced by how big the sets are, just by what they share.\n\n### Efficient: \nIt's quick to calculate making it suitable for large datasets.\n\n### Handles Noise Well: \nIt stays reliable even if there's extra, less important information in the sets.\n\n## Usage\n\n```csharp\nvar text1 = \"This is a test\";\nvar text2 = \"This is another test\";\n\ndouble result = JaccardSimilarityStringUtil.CalculateSimilarityPercentage(text1, text2); // 60\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoenneker%2Fsoenneker.utils.string.jaccardsimilarity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoenneker%2Fsoenneker.utils.string.jaccardsimilarity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoenneker%2Fsoenneker.utils.string.jaccardsimilarity/lists"}