Fix formatting

This commit is contained in:
ines 2017-03-26 15:37:37 +02:00
parent 5901c8f7f0
commit 7f95023fc0

View File

@ -93,9 +93,8 @@ class CLI(object):
Train a model. Expects data in spaCy's JSON format. Train a model. Expects data in spaCy's JSON format.
""" """
cli_train(lang, output_dir, train_data, dev_data, n_iter, cli_train(lang, output_dir, train_data, dev_data, n_iter, not no_tagger,
not no_tagger, not no_parser, not no_ner, not no_parser, not no_ner, parser_L1)
parser_L1)
@plac.annotations( @plac.annotations(