mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-30 18:03:04 +03:00
Provide default output for evaluate in CLI (#5784)
This commit is contained in:
parent
cb65b36839
commit
ec819fc311
|
@ -45,7 +45,7 @@ def evaluate_cli(
|
||||||
def evaluate(
|
def evaluate(
|
||||||
model: str,
|
model: str,
|
||||||
data_path: Path,
|
data_path: Path,
|
||||||
output: Optional[Path],
|
output: Optional[Path] = None,
|
||||||
gpu_id: int = -1,
|
gpu_id: int = -1,
|
||||||
gold_preproc: bool = False,
|
gold_preproc: bool = False,
|
||||||
displacy_path: Optional[Path] = None,
|
displacy_path: Optional[Path] = None,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user