Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The correct() method in Python 3.7 gives "RuntimeError: generator raised StopIteration" #230

Closed
vvaezian opened this issue Oct 3, 2018 · 1 comment · Fixed by #231
Closed

Comments

@vvaezian
Copy link

vvaezian commented Oct 3, 2018

In Python 3.7 the following gives 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.

@wolfxana
Copy link

wolfxana commented Oct 8, 2018

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

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 a pull request may close this issue.

2 participants