Fix convert CLI

This commit is contained in:
Matthew Honnibal 2017-05-27 15:44:42 -05:00
parent d06f235fc9
commit 7cc9c3e9a6

View File

@ -39,4 +39,4 @@ def convert(_, input_file, output_dir, n_sents, morphology):
prints("Can't find converter for %s" % input_path.parts[-1],
title="Unknown format", exits=1)
CONVERTERS[file_ext](input_path, output_path,
n_sents=n_sents, morphology=morphology)
n_sents=n_sents, use_morphology=morphology)