mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-07 13:44:55 +03:00
Update spacy/cli/apply.py
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
This commit is contained in:
parent
23e4b6ffc7
commit
2064fc1bfc
|
@ -20,7 +20,7 @@ path_help = ("Location of the documents to predict on."
|
||||||
"If a directory is provided each "
|
"If a directory is provided each "
|
||||||
"text file in the directory will be treated "
|
"text file in the directory will be treated "
|
||||||
"as a single document.")
|
"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_help = ("Path to Python file with additional "
|
||||||
"code (registered functions) to be imported")
|
"code (registered functions) to be imported")
|
||||||
gold_help = "Use gold preprocessing provided in the .spacy files"
|
gold_help = "Use gold preprocessing provided in the .spacy files"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user