mirror of https://github.com/explosion/spaCy.git
Fix wording
This commit is contained in:
parent
08b0fb62cc
commit
f4df9463f2
|
@ -187,7 +187,7 @@ p To load a model, use #[code spacy.load()] with the model's shortcut link:
|
||||||
p
|
p
|
||||||
| You can also use the #[code info()] method to print a model's meta data
|
| You can also use the #[code info()] method to print a model's meta data
|
||||||
| before loading it. Each #[code Language] object returned by #[code spacy.load()]
|
| before loading it. Each #[code Language] object returned by #[code spacy.load()]
|
||||||
| also exposes the model's meta data as the property #[code meta]:
|
| also exposes the model's meta data as the attribute #[code meta]:
|
||||||
|
|
||||||
+code.
|
+code.
|
||||||
import spacy
|
import spacy
|
||||||
|
|
Loading…
Reference in New Issue