{"id":24166104,"url":"https://github.com/adasek/czech-syllable-splitter","last_synced_at":"2026-07-18T22:03:20.359Z","repository":{"id":244463528,"uuid":"815328483","full_name":"adasek/czech-syllable-splitter","owner":"adasek","description":"Splitting Czech words into syllables.","archived":false,"fork":false,"pushed_at":"2024-06-14T22:03:25.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-07T21:49:23.304Z","etag":null,"topics":["count","counter","czech","czech-language","language","natural-language-processing","nlp","python","syllable","syllables"],"latest_commit_sha":null,"homepage":"","language":"Python","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/adasek.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":"2024-06-14T21:47:31.000Z","updated_at":"2024-06-14T22:08:09.000Z","dependencies_parsed_at":"2024-06-14T22:25:59.431Z","dependency_job_id":null,"html_url":"https://github.com/adasek/czech-syllable-splitter","commit_stats":null,"previous_names":["adasek/czech-syllable-splitter"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/adasek/czech-syllable-splitter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adasek%2Fczech-syllable-splitter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adasek%2Fczech-syllable-splitter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adasek%2Fczech-syllable-splitter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adasek%2Fczech-syllable-splitter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adasek","download_url":"https://codeload.github.com/adasek/czech-syllable-splitter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adasek%2Fczech-syllable-splitter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35632495,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-18T02:00:07.223Z","response_time":61,"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":["count","counter","czech","czech-language","language","natural-language-processing","nlp","python","syllable","syllables"],"created_at":"2025-01-12T20:34:17.629Z","updated_at":"2026-07-18T22:03:20.342Z","avatar_url":"https://github.com/adasek.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Czech Syllable Splitter\nAlogirthm for splitting Czech words into syllables.\nInspired by a syllable counting algorithm from David Lukeš counting the vowels.\n\nWith Klára Bendová we put together rules to expand the vowels into syllables,\nempirically finding some common letter groups to stay intact.\n\nThis is not a perfect solution, but it is a good start for Czech language processing.\nMeasuring the accuracy of this algorithm is a to-do, as well as adding more rules if needed.\n\n### Installation\n```bash\npip install czech-syllable-splitter\n```\nor using Poetry package manager\n```bash\npoetry add czech-syllable-splitter\n```\n\n### Usage\n\n```python\nfrom czech_syllable_splitter import count_syllables, split_to_syllables, split_to_characters\n\nprint(split_to_syllables(\"příliš\"))\nprint(split_to_characters(\"přesný\"))\nprint(count_syllables(\"přísný\"))\n```\n\n### Lint \u0026 Test\n```bash\npoetry run python3 -m pytest\npoetry run mypy czech_syllable_splitter\npoetry run pylint czech_syllable_splitter\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadasek%2Fczech-syllable-splitter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadasek%2Fczech-syllable-splitter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadasek%2Fczech-syllable-splitter/lists"}