mirror of
https://github.com/explosion/spaCy.git
synced 2025-12-27 20:13:13 +03:00
Python 3 throws an error message on the original assert statement. Also, according to the Python documentation regarding the assert statement (https://docs.python.org/3/reference/simple_stmts.html#the-assert-statement), `assert` takes at least one argument and at most two. In the two-argument form the second argument is meant as an error message to be displayed when the assertion fails. I don't think this is intended in this case. |
||
|---|---|---|
| .. | ||
| _architecture.jade | ||
| _community-faq.jade | ||
| _language-data.jade | ||
| _lightning-tour.jade | ||
| _named-entities.jade | ||
| _pipelines.jade | ||
| _pos-deps.jade | ||
| _serialization.jade | ||
| _similarity.jade | ||
| _tokenization.jade | ||
| _training.jade | ||
| _vocab.jade | ||
| _word-vectors.jade | ||