This commit is contained in:
svlandeg 2023-01-19 10:34:30 +01:00
parent 3ba8059659
commit 85344d8dd3

View File

@ -1216,7 +1216,7 @@ $ python -m spacy apply [model] [data-path] [output-file] [--code] [--text-key]
```
| Name | Description |
| ----------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `model` | Pipeline to apply to the data. Can be a package or a path to a data directory. ~~str (positional)~~ |
| `data_path` | Location of data to be evaluated in spaCy's [binary format](/api/data-formats#training), jsonl, or plain text. ~~Path (positional)~~ |
| `output-file`, `-o` | Output `DocBin` path. ~~str (positional)~~ |