mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
Fix small typo in documentation
This commit is contained in:
parent
d01dc3704a
commit
d42a03b8de
|
@ -205,7 +205,7 @@ p
|
||||||
|
|
||||||
+infobox("Why lazy-loading?")
|
+infobox("Why lazy-loading?")
|
||||||
| Some languages contain large volumes of custom data, like lemmatizer
|
| Some languages contain large volumes of custom data, like lemmatizer
|
||||||
| loopup tables, or complex regular expression that are expensive to
|
| lookup tables, or complex regular expression that are expensive to
|
||||||
| compute. As of spaCy v2.0, #[code Language] classes are not imported on
|
| compute. As of spaCy v2.0, #[code Language] classes are not imported on
|
||||||
| initialisation and are only loaded when you import them directly, or load
|
| initialisation and are only loaded when you import them directly, or load
|
||||||
| a model that requires a language to be loaded. To lazy-load languages in
|
| a model that requires a language to be loaded. To lazy-load languages in
|
||||||
|
|
Loading…
Reference in New Issue
Block a user