We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86219c5 commit f55f2c8Copy full SHA for f55f2c8
AutomationScripts/Grammar Correction/grammar_correction.py
@@ -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