Skip to content

Instantly share code, notes, and snippets.

@neelindresh
Created March 3, 2019 17:28
Show Gist options
  • Save neelindresh/5d79ed5d53e1b52bec3672b91737098c to your computer and use it in GitHub Desktop.
Save neelindresh/5d79ed5d53e1b52bec3672b91737098c to your computer and use it in GitHub Desktop.
from textblob import TextBlob
#line == text
blob=TextBlob(line)
blob.correct()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment