/spacyspellcheck

spell check using spacy words and in built levenshtein distance

Primary LanguagePythonMIT LicenseMIT

spacyspellcheck

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

pip install -U spacyspellcheck

Implementation

from spacyspellcheck import spellcheck

spacyspell = spellcheck.SpellCorrector("Gret work taks more time")
spacyspell.get_possible_misspelt()