{"id":15405676,"url":"https://github.com/zverok/spylls","last_synced_at":"2025-04-04T07:05:32.171Z","repository":{"id":41650562,"uuid":"239301379","full_name":"zverok/spylls","owner":"zverok","description":"Pure Python spell-checker, (almost) full port of Hunspell","archived":false,"fork":false,"pushed_at":"2024-03-26T12:20:33.000Z","size":2883,"stargazers_count":289,"open_issues_count":13,"forks_count":20,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-28T06:08:38.165Z","etag":null,"topics":["hunspell","spellcheck","spellchecker","spelling"],"latest_commit_sha":null,"homepage":"https://spylls.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zverok.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","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":"2020-02-09T12:30:55.000Z","updated_at":"2025-03-28T04:04:08.000Z","dependencies_parsed_at":"2024-06-18T20:00:27.145Z","dependency_job_id":"332e6caa-1337-4cdf-abfb-dd91a526a3e2","html_url":"https://github.com/zverok/spylls","commit_stats":{"total_commits":170,"total_committers":6,"mean_commits":"28.333333333333332","dds":0.02941176470588236,"last_synced_commit":"1bab8faf62b7c01e101c68288f7ac28f2cb47252"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zverok%2Fspylls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zverok%2Fspylls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zverok%2Fspylls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zverok%2Fspylls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zverok","download_url":"https://codeload.github.com/zverok/spylls/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247135142,"owners_count":20889420,"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":["hunspell","spellcheck","spellchecker","spelling"],"created_at":"2024-10-01T16:18:05.365Z","updated_at":"2025-04-04T07:05:32.152Z","avatar_url":"https://github.com/zverok.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Spylls: Hunspell ported to Python\n=================================\n\n.. image:: https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct-single.svg\n   :target: https://stand-with-ukraine.pp.ua\n\n**Spylls** is an effort of porting prominent spellcheckers into clear, well-structured, well-documented Python. It is intended to be useful both as a library and as some kind of \"reference (or investigatory, if you will) implementation\". Currently, only `Hunspell \u003chttps://github.com/hunspell/hunspell\u003e`_ is ported.\n\nHunspell is a long-living, complicated, almost undocumented piece of software, and it was our feeling that the significant part of human knowledge is somehow \"locked\" in a form of a large C++ project. That's how **Spylls** was born: as an attempt to \"unlock\" it, via well-structured and well-documented implementation in a high-level language.\n\n**Follow the explanatory blog post series** `on my blog \u003chttps://zverok.github.io/spellchecker.html\u003e`_.\n\nUsage as a library\n------------------\n\n::\n\n  $ pip install spylls\n\n.. code-block:: python\n\n  from spylls.hunspell import Dictionary\n\n  # en_US dictionary is distributed with spylls\n  # See docs to load other dictionaries\n  dictionary = Dictionary.from_files('en_US')\n\n  print(dictionary.lookup('spylls'))\n  # False\n  for suggestion in dictionary.suggest('spylls'):\n      print(suggestion)\n  # spells\n  # spills\n\nDocumentation\n-------------\n\nFull documentation, including detailed source code/algorithms walkthrough, more detailed reasoning and some completeness reports, is available at https://spylls.readthedocs.io/.\n\nProject Links\n-------------\n\n- Docs: https://spylls.readthedocs.io/\n- GitHub: https://github.com/zverok/spylls\n- PyPI: https://pypi.python.org/pypi/spylls\n- Issues: https://github.com/spylls/spylls/issues\n\nLicense\n-------\n\nMPL 2.0. See the bundled `LICENSE \u003chttps://github.com/spylls/spylls/blob/master/LICENSE\u003e`_ file for more details.\nNote that being an \"explanatory rewrite\", spylls should considered a derivative work of Hunspell, and so would be all of its ports/rewrites.\n\nWe are incredibly grateful to Hunspell's original authors and current maintainers for all the hard work they've put into the most used spellchecker in the world!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzverok%2Fspylls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzverok%2Fspylls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzverok%2Fspylls/lists"}