Closed
Description
I tried using spell checking but correct() method returns an empty object. Following shows the method call on a terminal:
>>> from textblob import TextBlob
>>> b = TextBlob("I havv goood speling!")
>>> b.correct()
TextBlob("")
>>> print(b.correct())
>>>
I couldn't find a fix to this. I'm running Python 2.7.6 on Linux.
Metadata
Metadata
Assignees
Labels
No labels