Skip to content

Vishnunkumar/spacyspellcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

spell check using spacy words and in built levenshtein distance

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages