Remove abbreviation for positional plac argument

This commit is contained in:
Søren Lind Kristiansen 2017-12-11 11:08:29 +01:00
parent 9b25605c3b
commit 5a9d377580
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@ from ..util import prints, ensure_path, get_lang_class
@plac.annotations(
lang=("model language", "positional", None, str),
output_dir=("model output directory", "positional", None, Path),
freqs_loc=("location of words frequencies file", "positional",
"f", Path),
freqs_loc=("location of words frequencies file", "positional", None, Path),
clusters_loc=("optional: location of brown clusters data",
"option", "c", str),
vectors_loc=("optional: location of vectors file in GenSim text format",