Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phatpiglet/autocorrect
Python 3 Spelling Corrector
https://github.com/phatpiglet/autocorrect
Last synced: 3 months ago
JSON representation
Python 3 Spelling Corrector
- Host: GitHub
- URL: https://github.com/phatpiglet/autocorrect
- Owner: phatpiglet
- License: mit
- Created: 2014-09-23T08:48:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-02T10:53:02.000Z (about 1 year ago)
- Last Synced: 2024-05-23T04:46:59.962Z (6 months ago)
- Language: Python
- Size: 3.37 MB
- Stars: 173
- Watchers: 8
- Forks: 61
- Open Issues: 15
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
===========
autocorrect
===========
Python 3 Spelling CorrectorDeprecated Fork
===============
This is a deprecated fork. If you wish to contribute to the project, please visit the active fork https://github.com/fifimajster/autocorrect maintained by the awesome legend coder Filip SondejInstallation
============
.. code-block:: bashpip install autocorrect
Examples
========
.. code-block:: python>>> from autocorrect import spell
>>> spell('HTe')
'The'