Add save_to_directory method to API docs

This commit is contained in:
ines 2017-04-17 01:40:34 +02:00
parent 8e83f8e2fa
commit aad80a291f

View File

@ -136,3 +136,19 @@ p
+cell yield +cell yield
+cell #[code Doc] +cell #[code Doc]
+cell Containers for accessing the linguistic annotations. +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 -