From 23e4b6ffc75c46866ac7cfd4e3f1ca86f67982d5 Mon Sep 17 00:00:00 2001 From: kadarakos Date: Fri, 18 Nov 2022 18:09:43 +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 b60c0e6f0..51c7cacfb 100644 --- a/spacy/cli/apply.py +++ b/spacy/cli/apply.py @@ -75,7 +75,7 @@ def apply_cli( """ Apply a trained pipeline to documents to get predictions. Expects a loadable spaCy pipeline and some data as input. - The data can be provided multiple formats. It can be a single + The data can be provided in multiple formats. It can be a single .spacy file or a single text file with one document per line. A directory can also be provided in which case the 'suffix' argument is required. All paths pointing to files with the