{"id":15038670,"url":"https://github.com/ZebulonRouseFrantzich/DoubleMetaphoneSwift","last_synced_at":"2025-10-31T00:30:57.732Z","repository":{"id":54693482,"uuid":"84674689","full_name":"ZebulonRouseFrantzich/DoubleMetaphoneSwift","owner":"ZebulonRouseFrantzich","description":"A Swift implementation of the Double Metaphone algorithm","archived":false,"fork":false,"pushed_at":"2021-02-03T14:18:52.000Z","size":125,"stargazers_count":9,"open_issues_count":2,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-02T15:51:23.457Z","etag":null,"topics":["cocoapods","double-metaphone","doublemetaphone","postgresql","spm","swift-3","swift-package-manager","swift3"],"latest_commit_sha":null,"homepage":"","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/ZebulonRouseFrantzich.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}},"created_at":"2017-03-11T19:29:16.000Z","updated_at":"2024-12-10T08:13:05.000Z","dependencies_parsed_at":"2022-08-14T00:10:46.625Z","dependency_job_id":null,"html_url":"https://github.com/ZebulonRouseFrantzich/DoubleMetaphoneSwift","commit_stats":null,"previous_names":["zebulonrousefrantzich/doublemetaphoneswift"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZebulonRouseFrantzich%2FDoubleMetaphoneSwift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZebulonRouseFrantzich%2FDoubleMetaphoneSwift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZebulonRouseFrantzich%2FDoubleMetaphoneSwift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZebulonRouseFrantzich%2FDoubleMetaphoneSwift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZebulonRouseFrantzich","download_url":"https://codeload.github.com/ZebulonRouseFrantzich/DoubleMetaphoneSwift/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239084401,"owners_count":19578773,"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":["cocoapods","double-metaphone","doublemetaphone","postgresql","spm","swift-3","swift-package-manager","swift3"],"created_at":"2024-09-24T20:39:37.096Z","updated_at":"2025-10-31T00:30:57.417Z","avatar_url":"https://github.com/ZebulonRouseFrantzich.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DoubleMetaphoneSwift\nThis is an implementation of the Double Metaphone algorithm in Swift. The algorithm was originally coded by Lawrence Philips.\n\n\n\n### Setting up with [CocoaPods](http://cocoapods.org/?q=DoubleMetaphoneSwift)\n```ruby\nsource 'https://github.com/CocoaPods/Specs.git'\npod 'DoubleMetaphoneSwift', '~\u003e 0.0.1'\n```\n\n## Usage\nImport DoubleMetaphoneSwift at the top of the Swift file.\n\n```swift\nimport DoubleMetaphoneSwift\n```\n\nThe returned Double Metaphone calculation returns the primary and secondary calculations as a tuple.\n```swift\nguard let (primary, secondary) = DoubleMetaphoneSwift.calculate(input: \"Hello World!\") else {\n    print(\"Failed to calculate...\")\n    return\n}\n\nprint(\"Primary: \\(primary)\")      // Primary: HLRL\nprint(\"Secondary: \\(secondary)\")  // Secondary: HLRL\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FZebulonRouseFrantzich%2FDoubleMetaphoneSwift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FZebulonRouseFrantzich%2FDoubleMetaphoneSwift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FZebulonRouseFrantzich%2FDoubleMetaphoneSwift/lists"}