mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +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,
|
||||
name: str = "",
|
||||
exclude: Iterable[str] = ("get_examples", "pipeline", "sgd"),
|
||||
exclude: Iterable[str] = ("get_examples", "nlp", "pipeline", "sgd"),
|
||||
) -> Dict[str, Any]:
|
||||
"""Validate initialization settings against the expected arguments in
|
||||
the method signature. Will parse values if possible (e.g. int to string)
|
||||
|
|
Loading…
Reference in New Issue
Block a user