{"id":20324344,"url":"https://github.com/oniani/spell","last_synced_at":"2026-04-16T09:37:18.761Z","repository":{"id":112156767,"uuid":"425359284","full_name":"oniani/spell","owner":"oniani","description":"Peter Norvig's Spelling Corrector in Rust","archived":false,"fork":false,"pushed_at":"2021-11-06T22:16:15.000Z","size":2335,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-30T03:09:05.588Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/oniani.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":"2021-11-06T22:10:33.000Z","updated_at":"2021-11-06T22:16:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"c10350d1-c0f6-4dbd-9e99-3cf9156cafe5","html_url":"https://github.com/oniani/spell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oniani/spell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oniani%2Fspell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oniani%2Fspell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oniani%2Fspell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oniani%2Fspell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oniani","download_url":"https://codeload.github.com/oniani/spell/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oniani%2Fspell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31880680,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T09:23:21.276Z","status":"ssl_error","status_checked_at":"2026-04-16T09:23:15.028Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-11-14T19:33:39.169Z","updated_at":"2026-04-16T09:37:18.744Z","avatar_url":"https://github.com/oniani.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# spell\n\nPeter Norvig's Spelling Corrector in Rust.\n\n## Usage\n\n```rust\nuse spell::SpellingCorrector;\n\nfn main() -\u003e Result\u003c(), anyhow::Error\u003e {\n    let sc = SpellingCorrector::new(\"data/big.txt\")?;\n    let c = sc.correction(\"speling\");\n    assert_eq!(c, \"spelling\");\n    Ok(())\n}\n```\n\n## References\n\n- [How to Write a Spelling Corrector](https://norvig.com/spell-correct.html)\n\n## License\n\n[MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foniani%2Fspell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foniani%2Fspell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foniani%2Fspell/lists"}