Fix small typo in documentation

This commit is contained in:
Nikolai Kruglikov 2017-08-10 14:38:30 +05:00 committed by GitHub
parent d01dc3704a
commit d42a03b8de

View File

@ -205,7 +205,7 @@ p
+infobox("Why lazy-loading?")
| 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
| 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