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 -