mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 18:06:29 +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(
|
@init_cli.command(
|
||||||
"pipeline",
|
"nlp", context_settings={"allow_extra_args": True, "ignore_unknown_options": True},
|
||||||
context_settings={"allow_extra_args": True, "ignore_unknown_options": True},
|
|
||||||
)
|
)
|
||||||
def init_pipeline_cli(
|
def init_pipeline_cli(
|
||||||
# fmt: off
|
# fmt: off
|
||||||
|
|
Loading…
Reference in New Issue
Block a user