{"id":32109259,"url":"https://github.com/jeanetienne/speller","last_synced_at":"2026-07-09T10:31:39.414Z","repository":{"id":62455857,"uuid":"73068788","full_name":"jeanetienne/Speller","owner":"jeanetienne","description":"Swift framework to spell words using spelling alphabets","archived":false,"fork":false,"pushed_at":"2023-03-05T10:54:22.000Z","size":1303,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-20T12:59:36.008Z","etag":null,"topics":["alphabets","spelling"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/jeanetienne.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":"2016-11-07T10:46:17.000Z","updated_at":"2025-06-25T00:35:15.000Z","dependencies_parsed_at":"2022-11-02T00:16:50.866Z","dependency_job_id":null,"html_url":"https://github.com/jeanetienne/Speller","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/jeanetienne/Speller","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeanetienne%2FSpeller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeanetienne%2FSpeller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeanetienne%2FSpeller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeanetienne%2FSpeller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeanetienne","download_url":"https://codeload.github.com/jeanetienne/Speller/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeanetienne%2FSpeller/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280094904,"owners_count":26271003,"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-10-20T02:00:06.978Z","response_time":62,"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":["alphabets","spelling"],"created_at":"2025-10-20T12:59:39.727Z","updated_at":"2025-10-20T12:59:41.911Z","avatar_url":"https://github.com/jeanetienne.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Speller\n\n## Spelling out words using known spelling alphabets\nSpeller helps you spell out words using know spelling alphabets. \nWhen you're on the phone trying to spell a difficult word, or when you want to sound like you're a pilot.\n\n## Features\nSpeller spells out words for you using any of the provided spelling alphabets. At the moment you can choose among the following spelling alphabets:\n\n- International Radiotelephony\n- US Financial\n- LAPD\n- Czech\n- Danish\n- Dutch\n- Finnish\n- French\n- German\n- Italian\n- Norwegian\n- Portuguese\n- Brazilian Portuguese\n- Slovene\n- Spanish\n- Swedish\n- Turkish\n- PGP Word List\n\nIf a letter is not found in the spelling alphabet, a minimum description of the character is provided, based on:\n\n- Emoji description\n- Basic Latin\n- Latin 1 Supplement\n- Latin Extended A\n- Latin Extended B\n\nThe most famous spelling alphabet is probably the `InternationalRadiotelephony`, also know as the NATO alphabet.\n\n## Usage\nUse the `Speller` class to spell a word, using one of the spelling alphabets:\n\n```swift\n  Speller.spell(phrase: \"Bagpipe\", withSpellingAlphabet: .InternationalRadiotelephony)\n```\n\nThe returned value is an array of spelled characters with their corresponding codewords:\n\n```swift\n  let spelling = Speller.spell(phrase: \"Bagpipe\", withSpellingAlphabet: .InternationalRadiotelephony)\n  print(spelling)\n  // [B: Bravo, a: Alfa, g: Golf, p: Papa, i: India, p: Papa, e: Echo]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeanetienne%2Fspeller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeanetienne%2Fspeller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeanetienne%2Fspeller/lists"}