Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohadese-yousefi/spell-correction
Simple autocorrect misspelled word base on distance.
https://github.com/mohadese-yousefi/spell-correction
nlp spelling-correction
Last synced: about 1 month ago
JSON representation
Simple autocorrect misspelled word base on distance.
- Host: GitHub
- URL: https://github.com/mohadese-yousefi/spell-correction
- Owner: mohadese-yousefi
- Created: 2018-12-19T07:41:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-26T08:31:47.000Z (almost 6 years ago)
- Last Synced: 2024-08-04T09:05:35.231Z (5 months ago)
- Topics: nlp, spelling-correction
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spell-correction
use the [Levenshtein distance](https://en.wikipedia.org/wiki/Levenshtein_distance) for find the nearst distance to word and if word spell is correct return nothing.
use more word in dictionary to correct more word!