Skip to content

Conversation

ruchir594
Copy link

Hello,

I was working on a project and made a function in init.py named "spell_sentence" which uses the "spell" function to autocorrect entire sentence. Hope it helps.

Code:
from autocorrect import spell_sentence

sentence = "I want to go; reallly faar"
print spell_sentence(sentence)

Output:
I want to go; really far

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant