mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-27 10:26:35 +03:00
82e575ebfb
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 |