From 6b1e4997e930c25c32218abadb1b60aa6be59a64 Mon Sep 17 00:00:00 2001 From: Doug DesCombaz Date: Thu, 15 Mar 2018 10:08:50 -0700 Subject: [PATCH] Fix typo ditectory -> directory --- website/usage/_processing-pipelines/_pipelines.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/usage/_processing-pipelines/_pipelines.jade b/website/usage/_processing-pipelines/_pipelines.jade index e0df8babe..06f420fe8 100644 --- a/website/usage/_processing-pipelines/_pipelines.jade +++ b/website/usage/_processing-pipelines/_pipelines.jade @@ -40,7 +40,7 @@ p +item | Make the #[strong model data] available to the #[code Language] class | by calling #[+api("language#from_disk") #[code from_disk]] with the - | path to the model data ditectory. + | path to the model data directory. p | So when you call this... @@ -53,7 +53,7 @@ p | pipeline #[code.u-break ["tagger", "parser", "ner"]]. spaCy will then | initialise #[code spacy.lang.en.English], and create each pipeline | component and add it to the processing pipeline. It'll then load in the - | model's data from its data ditectory and return the modified + | model's data from its data directory and return the modified | #[code Language] class for you to use as the #[code nlp] object. p