mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 09:26:27 +03:00
Fix typo and use consistent description for from_bytes
This commit is contained in:
parent
c5a653fa48
commit
8ab59515b2
|
@ -292,7 +292,7 @@ p Deserialize, i.e. import the document contents from a binary string.
|
||||||
+footrow
|
+footrow
|
||||||
+cell returns
|
+cell returns
|
||||||
+cell #[code Doc]
|
+cell #[code Doc]
|
||||||
+cell Itself.
|
+cell The #[code Doc] object.
|
||||||
|
|
||||||
+h(2, "merge") Doc.merge
|
+h(2, "merge") Doc.merge
|
||||||
+tag method
|
+tag method
|
||||||
|
|
|
@ -298,8 +298,8 @@ p Load state from a binary string.
|
||||||
|
|
||||||
+footrow
|
+footrow
|
||||||
+cell returns
|
+cell returns
|
||||||
+cell bytes
|
+cell #[code Language]
|
||||||
+cell The serialized form of the #[code Language] object.
|
+cell The #[code Language] object.
|
||||||
|
|
||||||
+h(2, "attributes") Attributes
|
+h(2, "attributes") Attributes
|
||||||
|
|
||||||
|
|
|
@ -238,8 +238,8 @@ p Load state from a binary string.
|
||||||
|
|
||||||
+footrow
|
+footrow
|
||||||
+cell returns
|
+cell returns
|
||||||
+cell bytes
|
+cell #[code Vocab]
|
||||||
+cell The serialized form of the #[code Vocab] object.
|
+cell The #[code Vocab] object.
|
||||||
|
|
||||||
+h(2, "attributes") Attributes
|
+h(2, "attributes") Attributes
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user