mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 17:06:29 +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
|
||||
+cell returns
|
||||
+cell #[code Doc]
|
||||
+cell Itself.
|
||||
+cell The #[code Doc] object.
|
||||
|
||||
+h(2, "merge") Doc.merge
|
||||
+tag method
|
||||
|
|
|
@ -298,8 +298,8 @@ p Load state from a binary string.
|
|||
|
||||
+footrow
|
||||
+cell returns
|
||||
+cell bytes
|
||||
+cell The serialized form of the #[code Language] object.
|
||||
+cell #[code Language]
|
||||
+cell The #[code Language] object.
|
||||
|
||||
+h(2, "attributes") Attributes
|
||||
|
||||
|
|
|
@ -238,8 +238,8 @@ p Load state from a binary string.
|
|||
|
||||
+footrow
|
||||
+cell returns
|
||||
+cell bytes
|
||||
+cell The serialized form of the #[code Vocab] object.
|
||||
+cell #[code Vocab]
|
||||
+cell The #[code Vocab] object.
|
||||
|
||||
+h(2, "attributes") Attributes
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user