From f2fc9808b691ed256903a6343e33021b5d5e0ed3 Mon Sep 17 00:00:00 2001 From: svlandeg Date: Fri, 26 Jan 2024 11:15:55 +0100 Subject: [PATCH] =?UTF-8?q?suggestion=20by=20Dani=C3=ABl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/docs/api/cli.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/api/cli.mdx b/website/docs/api/cli.mdx index ac9766237..ff4d8d8ae 100644 --- a/website/docs/api/cli.mdx +++ b/website/docs/api/cli.mdx @@ -1296,7 +1296,7 @@ input formats are: When a directory is provided it is traversed recursively to collect all files. -When loading a .spacy file, any potential annotations stored on the `Doc` will be preserved. +When loading a .spacy file, any potential annotations stored on the `Doc` that are not overwritten by a pipe will be preserved. If you want to evaluate the pipeline on raw text only, make sure that the .spacy file does not contain any annotations. ```bash