mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 17:06:29 +03:00
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
|
||||
| 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()]
|
||||
| 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.
|
||||
import spacy
|
||||
|
|
Loading…
Reference in New Issue
Block a user