Closed vvaezian closed 6 years ago
In Python 3.7 the following gives RuntimeError: generator raised StopIteration
RuntimeError: generator raised StopIteration
>>> b = TextBlob("I havv goood speling!") >>> print(b.correct())
I believe this SO post describes what needs to be done to address this problem.
Edit: same problem with spellcheck() method.
spellcheck()
same issue with .correct() Traceback (most recent call last): File "C:\Users\User\AppData\Local\Programs\Python\Python37\lib\site-packages\textblob_text.py", line 365, in _read raise StopIteration StopIteration
In Python 3.7 the following gives
RuntimeError: generator raised StopIteration
I believe this SO post describes what needs to be done to address this problem.
Edit: same problem with
spellcheck()
method.