Fix typo. Add missing '='.

This commit is contained in:
Wahib Faizi 2017-11-10 14:51:24 +03:00 committed by GitHub
parent 1a23a0f87e
commit 0da56f8ef8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ p
| #[code nlp] object itself as a list: | #[code nlp] object itself as a list:
+code. +code.
nlp = spacy.load('en', disable['parser', 'tagger']) nlp = spacy.load('en', disable=['parser', 'tagger'])
nlp = English().from_disk('/model', disable=['ner']) nlp = English().from_disk('/model', disable=['ner'])
p p