Get Mystery Box with random crypto!

SIMPLE SPELLING CHECKER CODE IN PYTHON from textblob impor | Learn programming - Web development , Codeing

SIMPLE SPELLING CHECKER CODE IN PYTHON


from textblob import TextBlob

sed = "importence"

print("WRONG SPELLINGS : " + str(sed))

hmm = TextBlob(sed)

print("CORRECTED : " + str(hmm.correct()))


You can improve it and can shape it as GUI application or can use sed = input("")
.

#SHARE AND SUPPORT US