{"id":15405040,"url":"https://github.com/razum2um/yaspeller-dictionary-builder","last_synced_at":"2025-04-16T21:44:18.491Z","repository":{"id":46306679,"uuid":"423232663","full_name":"razum2um/yaspeller-dictionary-builder","owner":"razum2um","description":"🤕 spelling exceptions builder for lazy people","archived":false,"fork":false,"pushed_at":"2021-10-31T19:44:01.000Z","size":9,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T05:41:38.386Z","etag":null,"topics":["dictionary","hacktoberfest","pymorphy2","spellcheck"],"latest_commit_sha":null,"homepage":"","language":"Python","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/razum2um.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":"2021-10-31T18:44:51.000Z","updated_at":"2023-11-20T14:45:43.000Z","dependencies_parsed_at":"2022-08-02T20:00:49.967Z","dependency_job_id":null,"html_url":"https://github.com/razum2um/yaspeller-dictionary-builder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razum2um%2Fyaspeller-dictionary-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razum2um%2Fyaspeller-dictionary-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razum2um%2Fyaspeller-dictionary-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razum2um%2Fyaspeller-dictionary-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/razum2um","download_url":"https://codeload.github.com/razum2um/yaspeller-dictionary-builder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249280535,"owners_count":21243138,"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":["dictionary","hacktoberfest","pymorphy2","spellcheck"],"created_at":"2024-10-01T16:14:52.319Z","updated_at":"2025-04-16T21:44:18.472Z","avatar_url":"https://github.com/razum2um.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yaspeller Dictionary (Auto)builder\n\n[![CI](https://github.com/razum2um/yaspeller-dictionary-builder/actions/workflows/python.yml/badge.svg)](https://github.com/razum2um/yaspeller-dictionary-builder/actions/workflows/python.yml)\n## Usage\n\n```sh\n# this sample command generates `./yaspeller_report.json`\n# yaspeller --report json --ignore-digits --ignore-text \"'.*\" --ignore-latin --only-errors --file-extensions \".md\" --lang ru\n\npython -m venv env\nsource env/bin/activate\npip install \npython src/dictionary.py yaspeller_report.json\n```\n\n## Why\n\n[Yaspeller](https://github.com/hcodes/yaspeller) is nice, but there are too many anglicisms in a usual documentation.\nNormally you just want to ignore that, but there's the only possibility to add a regexp-array to ignore words.\n\nThis generates a array of dictionary words including all lexems for all cases like\n\n```\n[\n    \"[бБ]аг(а|ам|ами|ах|е|и|ов|ом|у)?\",\n    \"[дД]ифф(а|ам|ами|ах|е|ов|ом|у|ы)?\",\n    \"[кК]оммит(а|ам|ами|ах|е|ов|ом|у|ы)?\",\n    \"[пП]атчинг(а|ам|ами|ах|е|и|ов|ом|у)?\",\n    \"[рР]убист(а|ам|ами|ах|е|ов|ом|у|ы)?\",\n    \"[сС]амоорганизованн(ого|ом|ому|ую|ые|ый|ым|ыми|ых)\",\n    \"[тТ]икет(а|ам|ами|ах|е|ов|ом|у|ы)?\",\n    \"коммитить\"\n]\n```\n\nfrom yaspeller errors (in text format looking like)\n\n```\nSpelling check:\n✗ www.ruby-lang.org/ru/community/ruby-core/index.md 130 ms\n-----\nTypos: 9\n1. патчингом (36:27)\n2. коммитить (68:32, suggest: комитет)\n3. багах (75:15, suggest: богах, баках, бегах)\n4. баги (89:24, suggest: багги)\n5. баг (96:25)\n6. тикет (107:14, suggest: этикет)\n7. дифф (115:18)\n8. коммиту (147:24, suggest: комету, комнату)\n9. коммита (148:58, suggest: комета)\n-----\n```\n\n## Live example\n\nInitially created for [www.ruby-lang.org](https://github.com/ruby/www.ruby-lang.org/pull/2720) translations spellchecking\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frazum2um%2Fyaspeller-dictionary-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frazum2um%2Fyaspeller-dictionary-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frazum2um%2Fyaspeller-dictionary-builder/lists"}