mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 02:06:31 +03:00
Fix typos and formatting
This commit is contained in:
parent
075f5ff87a
commit
251346b59f
|
@ -297,7 +297,7 @@ cdef class Vocab:
|
|||
"""
|
||||
raise NotImplementedError()
|
||||
|
||||
def from_bytes(self, bytest_data, **exclude):
|
||||
def from_bytes(self, bytes_data, **exclude):
|
||||
"""Load state from a binary string.
|
||||
|
||||
bytes_data (bytes): The data to load from.
|
||||
|
|
|
@ -198,7 +198,6 @@ p
|
|||
| attributes. The #[code ORTH] fields of the attributes must
|
||||
| exactly match the string when they are concatenated.
|
||||
|
||||
|
||||
+h(2, "to_disk") Tokenizer.to_disk
|
||||
+tag method
|
||||
|
||||
|
@ -284,7 +283,6 @@ p Load state from a binary string.
|
|||
+cell #[code Tokenizer]
|
||||
+cell The #[code Tokenizer] object.
|
||||
|
||||
|
||||
+h(2, "attributes") Attributes
|
||||
|
||||
+table(["Name", "Type", "Description"])
|
||||
|
|
Loading…
Reference in New Issue
Block a user