mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-05 04:40:20 +03:00
Update types
This commit is contained in:
parent
9fc37d4ab4
commit
7a27fa7ac8
|
@ -54,4 +54,4 @@ class Matcher:
|
|||
) -> List[Span]: ...
|
||||
def _normalize_key(self, key: Any) -> Any: ...
|
||||
|
||||
def fuzzy_compare(s1: str, s2: str, fuzzy: int = -1) -> bool: ...
|
||||
def fuzzy_compare(input_text: str, pattern_text: str, fuzzy: int = -1) -> bool: ...
|
||||
|
|
Loading…
Reference in New Issue
Block a user