From 2064fc1bfc9fb0811f8877f39188a1cbed2dc960 Mon Sep 17 00:00:00 2001 From: kadarakos Date: Fri, 18 Nov 2022 18:15:18 +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 51c7cacfb..637629e8f 100644 --- a/spacy/cli/apply.py +++ b/spacy/cli/apply.py @@ -20,7 +20,7 @@ path_help = ("Location of the documents to predict on." "If a directory is provided each " "text file in the directory will be treated " "as a single document.") -out_help = "Path where to save the result .spacy file" +out_help = "Path where to save the resulting .spacy file" code_help = ("Path to Python file with additional " "code (registered functions) to be imported") gold_help = "Use gold preprocessing provided in the .spacy files"