Merge pull request #1252 from nkruglikov/patch-1

Fix small typo in documentation
This commit is contained in:
Ines Montani 2017-08-10 12:11:31 +02:00 committed by GitHub
commit b40bc20b12
1 changed files with 1 additions and 1 deletions

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