mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
init pipeline -> init nlp
This commit is contained in:
parent
2fdb7285a0
commit
8b74fd19df
|
@ -15,8 +15,7 @@ from ._util import import_code, get_sourced_components, load_from_paths
|
|||
|
||||
|
||||
@init_cli.command(
|
||||
"pipeline",
|
||||
context_settings={"allow_extra_args": True, "ignore_unknown_options": True},
|
||||
"nlp", context_settings={"allow_extra_args": True, "ignore_unknown_options": True},
|
||||
)
|
||||
def init_pipeline_cli(
|
||||
# fmt: off
|
||||
|
|
Loading…
Reference in New Issue
Block a user