spaCy/website/usage/_spacy-101
mpuels 82e575ebfb
doc: Fix assert statement in Lightning Tour
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.
2017-12-06 16:40:51 +01:00
..
_architecture.jade Don't document the tensorizer for now 2017-11-01 19:49:04 +01:00
_community-faq.jade Remove outdated aside 2017-10-14 12:52:07 +02:00
_language-data.jade Update usage documentation 2017-10-03 14:26:20 +02:00
_lightning-tour.jade doc: Fix assert statement in Lightning Tour 2017-12-06 16:40:51 +01:00
_named-entities.jade Update usage documentation 2017-10-03 14:26:20 +02:00
_pipelines.jade Don't document the tensorizer for now 2017-11-01 19:49:04 +01:00
_pos-deps.jade Update usage documentation 2017-10-03 14:26:20 +02:00
_serialization.jade Update usage documentation 2017-10-03 14:26:20 +02:00
_similarity.jade Fix similarity visual 2017-11-09 11:08:26 +01:00
_tokenization.jade Update links 2017-11-13 08:30:06 +01:00
_training.jade Update usage documentation 2017-10-03 14:26:20 +02:00
_vocab.jade Update usage documentation 2017-10-03 14:26:20 +02:00
_word-vectors.jade Re-add python -m to commands, too brittle :( (see #1536) 2017-11-10 02:30:55 +01:00