spacyspellcheck

spell check using spacy vocab and in built levenshtein distance


Keywords
spacyspellcheck
License
MIT
Install
pip install spacyspellcheck==0.0.6

Documentation

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()