mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-03 03:40:24 +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]: ...
|
||||||
|
@ -177,7 +177,7 @@ class Doc:
|
||||||
def get_character_combination_hashes(
|
def get_character_combination_hashes(
|
||||||
self,
|
self,
|
||||||
*,
|
*,
|
||||||
cs: bool,
|
cs: bool,
|
||||||
p_lengths: bytes,
|
p_lengths: bytes,
|
||||||
s_lengths: bytes,
|
s_lengths: bytes,
|
||||||
ps_search_chars: bytes,
|
ps_search_chars: bytes,
|
||||||
|
@ -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