Update spacy/cli/apply.py

Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
This commit is contained in:
kadarakos 2022-11-18 18:15:18 +01:00 committed by GitHub
parent 23e4b6ffc7
commit 2064fc1bfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"