From c8bde2161cf199665d2a2e9eab87ecbb2af53a39 Mon Sep 17 00:00:00 2001 From: ines Date: Tue, 23 May 2017 23:14:02 +0200 Subject: [PATCH] Add kwargs to spacy.load --- website/docs/api/spacy.jade | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/docs/api/spacy.jade b/website/docs/api/spacy.jade index da8c97b9c..6ad88c1a8 100644 --- a/website/docs/api/spacy.jade +++ b/website/docs/api/spacy.jade @@ -33,6 +33,11 @@ p +cell unicode or #[code Path] +cell Model to load, i.e. shortcut link, package name or path. + +row + +cell #[code **overrides] + +cell - + +cell Override or disable components. + +footrow +cell returns +cell #[code Language]