Merge pull request #1594 from pavillet/patch-1

Update _spacy.jade
This commit is contained in:
Ines Montani 2017-11-16 23:42:59 +00:00 committed by GitHub
commit 1e3068ec33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,7 @@ p
| information about your installation, models and local setup from within
| spaCy. To get the model meta data as a dictionary instead, you can
| use the #[code meta] attribute on your #[code nlp] object with a
| loaded model, e.g. #[code nlp['meta']].
| loaded model, e.g. #[code nlp.meta].
+aside-code("Example").
spacy.info()