From 6f87f46bbc7aa84e13d563c5cc4a604bbab2c198 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Wed, 18 Jan 2023 10:19:22 +0100 Subject: [PATCH] Update --- .gitignore | 4 ++-- website/.gitignore | 2 +- website/docs/usage/v3-5.mdx | 8 +++----- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index ac333f958..12b401de0 100644 --- a/.gitignore +++ b/.gitignore @@ -11,8 +11,8 @@ spacy/tests/package/pyproject.toml spacy/tests/package/requirements.txt # Website -website/.cache/ -website/public/ +website/.cache +website/public website/node_modules website/.npm website/logs diff --git a/website/.gitignore b/website/.gitignore index 70ef99fa5..79bf00c7d 100644 --- a/website/.gitignore +++ b/website/.gitignore @@ -41,4 +41,4 @@ next-env.d.ts public/robots.txt public/sitemap* public/sw.js* -public/workbox* \ No newline at end of file +public/workbox* diff --git a/website/docs/usage/v3-5.mdx b/website/docs/usage/v3-5.mdx index cbb32b181..44fe63b70 100644 --- a/website/docs/usage/v3-5.mdx +++ b/website/docs/usage/v3-5.mdx @@ -29,11 +29,9 @@ $ spacy apply en_core_web_sm my_texts/ output.spacy The [`benchmark` CLI](/api/cli#benchmark) has been added to extend the existing `evaluate` functionality with a wider range of profiling subcommands. -The `benchmark accuracy` CLI is introduced as an alias for `evaluate`. - -The new `benchmark speed` CLI performs warmup rounds before measuing the speed -in words per second on batches of randomly shuffled documents from the provided -data. +The `benchmark accuracy` CLI is introduced as an alias for `evaluate`. The new +`benchmark speed` CLI performs warmup rounds before measuring the speed in words +per second on batches of randomly shuffled documents from the provided data. ```bash $ spacy benchmark speed my_pipeline data.spacy