From cdb40c9af9a361b6595c3e2c1fcf1f41cefcf827 Mon Sep 17 00:00:00 2001 From: kadarakos Date: Wed, 23 Nov 2022 09:58:58 +0100 Subject: [PATCH] Update spacy/cli/apply.py Co-authored-by: Sofie Van Landeghem --- spacy/cli/apply.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/cli/apply.py b/spacy/cli/apply.py index c789c46a2..918b47252 100644 --- a/spacy/cli/apply.py +++ b/spacy/cli/apply.py @@ -86,7 +86,7 @@ def apply_cli( Apply a trained pipeline to documents to get predictions. Expects a loadable spaCy pipeline and path to the data, which can be a directory or a file. - The data files can be provided multiple formats: + The data files can be provided in multiple formats: 1. .spacy files 2. .jsonl files with a specified "field" to read the text from. 3. Files with any other extension are assumed to be containing