This commit is contained in:
ines 2017-11-17 14:56:29 +01:00
commit 4187cfe1ea
1 changed files with 1 additions and 1 deletions

View File

@ -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()