mirror of https://github.com/explosion/spaCy.git
Update spacy evaluate example
This commit is contained in:
parent
7917ce2f73
commit
1d567913f9
|
@ -377,7 +377,7 @@ pipeline.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ python -m spacy evaluate [model] [data_path] [--displacy-path] [--displacy-limit]
|
$ python -m spacy evaluate [model] [data_path] [--displacy-path] [--displacy-limit]
|
||||||
[--gpu-id] [--gold-preproc]
|
[--gpu-id] [--gold-preproc] [--return-scores]
|
||||||
```
|
```
|
||||||
|
|
||||||
| Argument | Type | Description |
|
| Argument | Type | Description |
|
||||||
|
|
Loading…
Reference in New Issue