spacyspellcheck


Namespacyspellcheck JSON
Version 0.0.6 PyPI version JSON
download
home_pagehttps://github.com/Vishnunkumar/spacyspellcheck
Summaryspell check using spacy vocab and in built levenshtein distance
upload_time2023-06-20 14:46:06
maintainer
docs_urlNone
authorVishnu Nandakumar
requires_python
licenseMIT license
keywords spacyspellcheck
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # spacyspellcheck

Spell check using spacy vocab and in-built Levenshtein distance.

```bash
pip install -U spacyspellcheck
```

## Implementation

```python
spacyspell = SpellCorrector('word')
spacyspell.get_candidates(3) # get top three candidates
spacyspell.get_best() # gets the top corrected word
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Vishnunkumar/spacyspellcheck",
    "name": "spacyspellcheck",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "spacyspellcheck",
    "author": "Vishnu Nandakumar",
    "author_email": "nkumarvishnu25@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b4/07/3e78107bfb110f5f2888adb40ca364dea78490ae90a7198e821947e120d2/spacyspellcheck-0.0.6.tar.gz",
    "platform": null,
    "description": "# spacyspellcheck\n\nSpell check using spacy vocab and in-built Levenshtein distance.\n\n```bash\npip install -U spacyspellcheck\n```\n\n## Implementation\n\n```python\nspacyspell = SpellCorrector('word')\nspacyspell.get_candidates(3) # get top three candidates\nspacyspell.get_best() # gets the top corrected word\n```\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "spell check using spacy vocab and in built levenshtein distance",
    "version": "0.0.6",
    "project_urls": {
        "Homepage": "https://github.com/Vishnunkumar/spacyspellcheck"
    },
    "split_keywords": [
        "spacyspellcheck"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b4073e78107bfb110f5f2888adb40ca364dea78490ae90a7198e821947e120d2",
                "md5": "7a601209684086ddcd7a0bef08d9b032",
                "sha256": "14bbdba08601b38a2cd72d01edc4e06a824ec2df445bf50671b5c28e104c33df"
            },
            "downloads": -1,
            "filename": "spacyspellcheck-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "7a601209684086ddcd7a0bef08d9b032",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2996,
            "upload_time": "2023-06-20T14:46:06",
            "upload_time_iso_8601": "2023-06-20T14:46:06.316881Z",
            "url": "https://files.pythonhosted.org/packages/b4/07/3e78107bfb110f5f2888adb40ca364dea78490ae90a7198e821947e120d2/spacyspellcheck-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-20 14:46:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Vishnunkumar",
    "github_project": "spacyspellcheck",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "spacyspellcheck"
}
        
Elapsed time: 0.10469s