mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-27 01:34:30 +03:00
Update _spacy.jade
Doc example gives 'object is not subscriptable' error. Correcting as an attribuet
This commit is contained in:
parent
a3d4dd1a5d
commit
ad2935f0c3
|
@ -110,7 +110,7 @@ p
|
||||||
| information about your installation, models and local setup from within
|
| information about your installation, models and local setup from within
|
||||||
| spaCy. To get the model meta data as a dictionary instead, you can
|
| 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
|
| 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").
|
+aside-code("Example").
|
||||||
spacy.info()
|
spacy.info()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user