mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-05 21:00:19 +03:00
Update spacy/cli/apply.py
Co-authored-by: Paul O'Leary McCann <polm@dampfkraft.com>
This commit is contained in:
parent
8461911866
commit
1efef3f216
|
@ -26,7 +26,7 @@ path_help = (
|
||||||
"specified field is going to be grabbed ('text' "
|
"specified field is going to be grabbed ('text' "
|
||||||
"by default)."
|
"by default)."
|
||||||
)
|
)
|
||||||
out_help = "Path where to save the result .spacy file"
|
out_help = "Path to save the resulting .spacy file"
|
||||||
code_help = (
|
code_help = (
|
||||||
"Path to Python file with additional " "code (registered functions) to be imported"
|
"Path to Python file with additional " "code (registered functions) to be imported"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user