mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-09 16:10:33 +03:00
Update schemas.py
This commit is contained in:
parent
78396d137f
commit
50410c17ac
|
@ -107,7 +107,7 @@ def validate_init_settings(
|
||||||
*,
|
*,
|
||||||
section: Optional[str] = None,
|
section: Optional[str] = None,
|
||||||
name: str = "",
|
name: str = "",
|
||||||
exclude: Iterable[str] = ("get_examples", "pipeline", "sgd"),
|
exclude: Iterable[str] = ("get_examples", "nlp", "pipeline", "sgd"),
|
||||||
) -> Dict[str, Any]:
|
) -> Dict[str, Any]:
|
||||||
"""Validate initialization settings against the expected arguments in
|
"""Validate initialization settings against the expected arguments in
|
||||||
the method signature. Will parse values if possible (e.g. int to string)
|
the method signature. Will parse values if possible (e.g. int to string)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user