From aad80a291f481fdbc75f9def859f146d2921da81 Mon Sep 17 00:00:00 2001 From: ines Date: Mon, 17 Apr 2017 01:40:34 +0200 Subject: [PATCH] Add save_to_directory method to API docs --- website/docs/api/language.jade | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/website/docs/api/language.jade b/website/docs/api/language.jade index 93e7ff213..e221b9142 100644 --- a/website/docs/api/language.jade +++ b/website/docs/api/language.jade @@ -136,3 +136,19 @@ p +cell yield +cell #[code Doc] +cell Containers for accessing the linguistic annotations. + ++h(2, "save_to_directory") Language.save_to_directory + +tag method + +p Save the #[code Vocab], #[code StringStore] and pipeline to a directory. + ++table(["Name", "Type", "Description"]) + +row + +cell #[code path] + +cell string or pathlib path + +cell Path to save the model. + + +footrow + +cell return + +cell #[code None] + +cell -