mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-07 13:44:55 +03:00
typo
This commit is contained in:
parent
55f97aec4e
commit
0fd265e3f3
|
@ -29,7 +29,7 @@ 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"
|
||||||
force_msg = ("The provided output file already exists. "
|
force_msg = ("The provided output file already exists. "
|
||||||
"To force overwriting the config file, set the --force or -F flag.")
|
"To force overwriting the output file, set the --force or -F flag.")
|
||||||
|
|
||||||
|
|
||||||
DocOrStrStream = Union[Iterable[str], Iterable[Doc]]
|
DocOrStrStream = Union[Iterable[str], Iterable[Doc]]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user