Add note about SPEED in output

In #8823 it was pointed out that the `SPEED` value wasn't documented
anywhere.
This commit is contained in:
Paul O'Leary McCann 2021-07-29 15:03:07 +09:00
parent 8547514aa4
commit c92d268176
1 changed files with 3 additions and 0 deletions

View File

@ -878,6 +878,9 @@ skew. To render a sample of dependency parses in a HTML file using the
[displaCy visualizations](/usage/visualizers), set as output directory as the [displaCy visualizations](/usage/visualizers), set as output directory as the
`--displacy-path` argument. `--displacy-path` argument.
The `SPEED` value included in the output is the words per second processed by
the pipeline.
```cli ```cli
$ python -m spacy evaluate [model] [data_path] [--output] [--code] [--gold-preproc] [--gpu-id] [--displacy-path] [--displacy-limit] $ python -m spacy evaluate [model] [data_path] [--output] [--code] [--gold-preproc] [--gpu-id] [--displacy-path] [--displacy-limit]
``` ```