mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
default value for phrasematcher in pyi (#12714)
This commit is contained in:
parent
93983f08fc
commit
d3ac8e897c
|
@ -7,7 +7,7 @@ from .matcher import Matcher
|
|||
|
||||
class PhraseMatcher:
|
||||
def __init__(
|
||||
self, vocab: Vocab, attr: Optional[Union[int, str]], validate: bool = ...
|
||||
self, vocab: Vocab, attr: Optional[Union[int, str]] = ..., validate: bool = ...
|
||||
) -> None: ...
|
||||
def __reduce__(self) -> Any: ...
|
||||
def __len__(self) -> int: ...
|
||||
|
|
Loading…
Reference in New Issue
Block a user