mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-05 21:00:19 +03:00
Update type for _default_fuzzy_match
This commit is contained in:
parent
7d10609fe5
commit
a1f87dc7a5
|
@ -53,4 +53,4 @@ class Matcher:
|
|||
) -> List[Span]: ...
|
||||
def _normalize_key(self, key: Any) -> Any: ...
|
||||
|
||||
def fuzzy_match(s1: str, s2: str, fuzzy: int=-1) -> bool: ...
|
||||
def _default_fuzzy_match(s1: str, s2: str, fuzzy: int=-1) -> bool: ...
|
||||
|
|
Loading…
Reference in New Issue
Block a user