Sarath0x8f commited on
Commit
02ce658
·
verified ·
1 Parent(s): c847906

Delete SpllingChecker.py

Browse files
Files changed (1) hide show
  1. SpllingChecker.py +0 -8
SpllingChecker.py DELETED
@@ -1,8 +0,0 @@
1
- from textblob import TextBlob
2
-
3
- s = "i m lve in wth you"
4
- print("original text: "+str(s))
5
-
6
- b = TextBlob(s)
7
-
8
- print("corrected text: "+str(b.correct()))