mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-03 20:00:21 +03:00
Format with black
This commit is contained in:
parent
523bb2ad0b
commit
cbe2010e48
|
@ -176,8 +176,7 @@ class Doc:
|
||||||
def to_utf8_array(self, nr_char: int = ...) -> Ints2d: ...
|
def to_utf8_array(self, nr_char: int = ...) -> Ints2d: ...
|
||||||
def get_character_combination_hashes(
|
def get_character_combination_hashes(
|
||||||
self,
|
self,
|
||||||
*
|
*case_sensitive: bool,
|
||||||
case_sensitive: bool,
|
|
||||||
suffs_not_prefs: bool,
|
suffs_not_prefs: bool,
|
||||||
affix_lengths: List[int],
|
affix_lengths: List[int],
|
||||||
search_chars: str,
|
search_chars: str,
|
||||||
|
@ -185,4 +184,3 @@ class Doc:
|
||||||
): ...
|
): ...
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def _get_array_attrs() -> Tuple[Any]: ...
|
def _get_array_attrs() -> Tuple[Any]: ...
|
||||||
|
|
Loading…
Reference in New Issue
Block a user