Commit Graph

13 Commits

Author SHA1 Message Date
mpuels 662601f01c
doc: Add missing *-operator to nlp.disable_pipes()
I'm using SpaCy version 2.0.3. If I don't use the *-operator in the example, Python throws an error message. With the operator it works fine. Also according to the documentation of the function `nlp.disable_pipes()`, it expects one or more strings as arguments and not one argument being a list of strings.
2017-12-06 15:26:43 +01:00
ines bda6e2a816 Add training example to lightning tour 2017-11-26 18:04:18 +01:00
ines 89f8b1fba0 Update example documents 2017-11-26 18:04:04 +01:00
ines 65d66b81f1 Fix typo 2017-11-26 18:03:44 +01:00
ines 4c5d2c80d5 Re-add python -m to commands, too brittle :( (see #1536) 2017-11-10 02:30:55 +01:00
Victor Salgado fe1d969d5f fix typos 2017-11-09 10:55:13 -02:00
ines 2ba4e4fc88 Fix broken links and add check_links shortcut script 2017-11-01 21:11:10 +01:00
ines 5dd0d6a383 Update lightning tour 2017-11-01 19:49:36 +01:00
ines 5147cdc468 Fix formatting and add missing v2 label 2017-10-29 01:18:09 +02:00
ines 4cfe259266 Fix formatting 2017-10-16 20:36:41 +02:00
ines d383612225 Add note about word vectors in example (see #1117) 2017-10-16 20:31:58 +02:00
ines f4ae6763b9 Fix consistency of imports from spacy.tokens in examples 2017-10-11 02:30:40 +02:00
ines 3f4fd2c5d5 Update usage documentation 2017-10-03 14:26:20 +02:00