mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-20 00:51:58 +03:00
formatting
This commit is contained in:
parent
c7c22a8dd5
commit
487f13387e
|
@ -184,7 +184,9 @@ class Doc:
|
|||
def to_bytes(self, *, exclude: Iterable[str] = ...) -> bytes: ...
|
||||
def from_bytes(self, bytes_data: bytes, *, exclude: Iterable[str] = ...) -> Doc: ...
|
||||
def to_dict(self, *, exclude: Iterable[str] = ...) -> Dict[str, Any]: ...
|
||||
def from_dict(self, msg: Dict[str, Any], *, exclude: Iterable[str] = ...) -> Doc: ...
|
||||
def from_dict(
|
||||
self, msg: Dict[str, Any], *, exclude: Iterable[str] = ...
|
||||
) -> Doc: ...
|
||||
def extend_tensor(self, tensor: Floats2d) -> None: ...
|
||||
def retokenize(self) -> Retokenizer: ...
|
||||
def to_json(self, underscore: Optional[List[str]] = ...) -> Dict[str, Any]: ...
|
||||
|
|
Loading…
Reference in New Issue
Block a user