Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created March 16, 2021 07:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/723675689da119062702c0dbf866f089 to your computer and use it in GitHub Desktop.
Save amankharwal/723675689da119062702c0dbf866f089 to your computer and use it in GitHub Desktop.
from gingerit.gingerit import GingerIt
text = input("Enter a sentence >>: ")
corrected_text = GingerIt().parse(text)
print(corrected_text['result'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment