{"id":17057783,"url":"https://github.com/gottfrois/ex_text","last_synced_at":"2025-08-28T08:04:49.787Z","repository":{"id":62429469,"uuid":"80929408","full_name":"gottfrois/ex_text","owner":"gottfrois","description":"Collection of text algorithms for Elixir","archived":false,"fork":false,"pushed_at":"2017-02-04T16:02:53.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-17T01:48:57.652Z","etag":null,"topics":["algorithms","elixir","string"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/gottfrois.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}},"created_at":"2017-02-04T15:47:52.000Z","updated_at":"2018-01-31T18:56:09.000Z","dependencies_parsed_at":"2022-11-01T20:03:19.994Z","dependency_job_id":null,"html_url":"https://github.com/gottfrois/ex_text","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gottfrois/ex_text","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gottfrois%2Fex_text","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gottfrois%2Fex_text/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gottfrois%2Fex_text/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gottfrois%2Fex_text/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gottfrois","download_url":"https://codeload.github.com/gottfrois/ex_text/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gottfrois%2Fex_text/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272466744,"owners_count":24939460,"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","status":"online","status_checked_at":"2025-08-28T02:00:10.768Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["algorithms","elixir","string"],"created_at":"2024-10-14T10:28:03.842Z","updated_at":"2025-08-28T08:04:49.766Z","avatar_url":"https://github.com/gottfrois.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExText\n\nA collection of text algorithms for Elixir.\n\n## Installation\n\nAdd `ex_text` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:ex_text, \"~\u003e 0.1.0\"}]\nend\n```\n\nRun\n\n```\nmix deps.get\n```\n\n## Usage\n\n### Simon White algorithm\n\nSimon White algorithm computes the similarity between two strings s1 and s2 as\ntwice the number of character pairs that are common to both strings divided by\nthe sum of the number of character pairs in the two strings.\n\nMore information can be found [here](http://www.catalysoft.com/articles/StrikeAMatch.html).\n\n```elixir\niex\u003e ExText.WhiteSimilarity.similarity(\"Healed\", \"Sealed\")\n0.8\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgottfrois%2Fex_text","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgottfrois%2Fex_text","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgottfrois%2Fex_text/lists"}