mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-04 20:30:24 +03:00
default value for phrasematcher in pyi
This commit is contained in:
parent
d65e3c31a6
commit
9a0cead6e5
|
@ -6,7 +6,7 @@ from ..tokens import Doc, Span
|
||||||
|
|
||||||
class PhraseMatcher:
|
class PhraseMatcher:
|
||||||
def __init__(
|
def __init__(
|
||||||
self, vocab: Vocab, attr: Optional[Union[int, str]], validate: bool = ...
|
self, vocab: Vocab, attr: Optional[Union[int, str]] = ..., validate: bool = ...
|
||||||
) -> None: ...
|
) -> None: ...
|
||||||
def __reduce__(self) -> Any: ...
|
def __reduce__(self) -> Any: ...
|
||||||
def __len__(self) -> int: ...
|
def __len__(self) -> int: ...
|
||||||
|
|
Loading…
Reference in New Issue
Block a user