mirror of https://github.com/explosion/spaCy.git
Remove default value
This commit is contained in:
parent
44b5542d14
commit
99842387cb
|
@ -1674,10 +1674,7 @@ class Language:
|
||||||
return nlp
|
return nlp
|
||||||
|
|
||||||
def replace_listeners(
|
def replace_listeners(
|
||||||
self,
|
self, tok2vec_name: str, pipe_name: str, listeners: Iterable[str],
|
||||||
tok2vec_name: str,
|
|
||||||
pipe_name: str,
|
|
||||||
listeners: Iterable[str] = SimpleFrozenList(),
|
|
||||||
) -> None:
|
) -> None:
|
||||||
"""Find listener layers (connecting to a token-to-vector embedding
|
"""Find listener layers (connecting to a token-to-vector embedding
|
||||||
component) of a given pipeline component model and replace
|
component) of a given pipeline component model and replace
|
||||||
|
|
Loading…
Reference in New Issue