Fix init_model arg

This commit is contained in:
Matthew Honnibal 2018-07-03 17:00:42 +02:00
parent eff42d36e3
commit 86aad11939
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ except ImportError:
@plac.annotations(
lang=("model language", "positional", None, str),
output_dir=("model output directory", "positional", None, Path),
freqs_loc=("location of words frequencies file", "optional", "f", Path),
freqs_loc=("location of words frequencies file", "option", "f", Path),
jsonl_loc=("location of JSONL-formatted attributes file", "option", "j", Path),
clusters_loc=("optional: location of brown clusters data",
"option", "c", str),