mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-04 04:10:20 +03:00
Format with black
This commit is contained in:
parent
6a5b671261
commit
999c0fc6c6
|
@ -126,7 +126,7 @@ class Doc:
|
||||||
blocked: Optional[List[Span]] = ...,
|
blocked: Optional[List[Span]] = ...,
|
||||||
missing: Optional[List[Span]] = ...,
|
missing: Optional[List[Span]] = ...,
|
||||||
outside: Optional[List[Span]] = ...,
|
outside: Optional[List[Span]] = ...,
|
||||||
default: str = ...
|
default: str = ...,
|
||||||
) -> None: ...
|
) -> None: ...
|
||||||
@property
|
@property
|
||||||
def noun_chunks(self) -> Iterator[Span]: ...
|
def noun_chunks(self) -> Iterator[Span]: ...
|
||||||
|
@ -187,6 +187,5 @@ class Doc:
|
||||||
ss_width_offsets: bytes,
|
ss_width_offsets: bytes,
|
||||||
ss_lengths: bytes,
|
ss_lengths: bytes,
|
||||||
) -> Ints2d: ...
|
) -> Ints2d: ...
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def _get_array_attrs() -> Tuple[Any]: ...
|
def _get_array_attrs() -> Tuple[Any]: ...
|
Loading…
Reference in New Issue
Block a user