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
523bb2ad0b
commit
cbe2010e48
|
@ -175,14 +175,12 @@ class Doc:
|
||||||
) -> Doc: ...
|
) -> 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,
|
|
||||||
search_lengths: List[int]
|
search_lengths: List[int]
|
||||||
): ...
|
): ...
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def _get_array_attrs() -> Tuple[Any]: ...
|
def _get_array_attrs() -> Tuple[Any]: ...
|
||||||
|
|
Loading…
Reference in New Issue
Block a user