Spaces:
Running
Running
Sarath0x8f
commited on
Delete SpllingChecker.py
Browse files- 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()))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|