mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 09:26:27 +03:00
Add save_to_directory method to API docs
This commit is contained in:
parent
8e83f8e2fa
commit
aad80a291f
|
@ -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 -
|
||||||
|
|
Loading…
Reference in New Issue
Block a user