From c92d268176eb8ba9816e6ca582c87ce99cf3b6a3 Mon Sep 17 00:00:00 2001 From: Paul O'Leary McCann Date: Thu, 29 Jul 2021 15:03:07 +0900 Subject: [PATCH] Add note about SPEED in output In #8823 it was pointed out that the `SPEED` value wasn't documented anywhere. --- website/docs/api/cli.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/docs/api/cli.md b/website/docs/api/cli.md index 10ab2083e..c04ae5879 100644 --- a/website/docs/api/cli.md +++ b/website/docs/api/cli.md @@ -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-path` argument. +The `SPEED` value included in the output is the words per second processed by +the pipeline. + ```cli $ python -m spacy evaluate [model] [data_path] [--output] [--code] [--gold-preproc] [--gpu-id] [--displacy-path] [--displacy-limit] ```