Skip to content

Commit f55f2c8

Browse files
authored
Add files via upload
1 parent 86219c5 commit f55f2c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from gingerit.gingerit import GingerIt
2+
text = input("Enter a sentence >>: ")
3+
corrected_text = GingerIt().parse(text)
4+
print(corrected_text['result'])

0 commit comments

Comments
 (0)