-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Python 2: One syntax error and two undefined names / Python 3: Five undefined names #1617
Comments
Thanks a lot for the detailed report – I hope you don't mind that I merged the two issues, since they're essentially related to the same thing. The I'm surprised that the tests passed... will check, but I assume for span in [*list(doc.ents), *list(doc.noun_chunks)]: Damn, this is a good catch. Looks like we only ever ran this example in Python 3, so will fix that to make it compatible. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Python 2
See: https://travis-ci.org/explosion/spaCy/builds/304678969
python2 -m flake8 . --count --exclude=spacy/lang --select=E901,E999,F821,F822,F823 --show-source --statistics
Python 3
See: https://travis-ci.org/explosion/spaCy/builds/304678969
flake8 . --count --exclude=spacy/lang --select=E901,E999,F821,F822,F823 --show-source --statistics
The text was updated successfully, but these errors were encountered: