mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-30 10:00:04 +03:00
Correct interface
This commit is contained in:
parent
5d24934cf5
commit
befacb589c
|
@ -3,7 +3,7 @@ from ..tokens import Doc
|
||||||
def get_character_combination_hashes(
|
def get_character_combination_hashes(
|
||||||
*,
|
*,
|
||||||
doc: Doc,
|
doc: Doc,
|
||||||
case_sensitive: bool,
|
case_sensitive: bool,
|
||||||
p_lengths: bytes,
|
p_lengths: bytes,
|
||||||
s_lengths: bytes,
|
s_lengths: bytes,
|
||||||
):
|
): ...
|
||||||
|
|
Loading…
Reference in New Issue
Block a user