Learn programming - Web development , Codeing
3.24K subscribers
3 photos
1 video
2 files
5 links
Learn codeing and programming

Learn python
Learn AI/ML
Learn web developement
Python and ML project with source code
Download Telegram
🔰 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