mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-24 16:24:16 +03:00
Remove unused train_config command
This commit is contained in:
parent
df83921f0a
commit
fa107f95f6
|
@ -14,7 +14,7 @@ from spacy.cli import train as cli_train
|
||||||
class CLI(object):
|
class CLI(object):
|
||||||
"""Command-line interface for spaCy"""
|
"""Command-line interface for spaCy"""
|
||||||
|
|
||||||
commands = ('download', 'link', 'info', 'package', 'train', 'train_config')
|
commands = ('download', 'link', 'info', 'package', 'train')
|
||||||
|
|
||||||
@plac.annotations(
|
@plac.annotations(
|
||||||
model=("model to download (shortcut or model name)", "positional", None, str),
|
model=("model to download (shortcut or model name)", "positional", None, str),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user