Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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!