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