mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-13 13:17:06 +03:00
Merge pull request #1710 from sorenlind/init_model_plac
Remove abbreviation for positional plac argument
This commit is contained in:
commit
08e2c77368
|
@ -17,8 +17,7 @@ from ..util import prints, ensure_path, get_lang_class
|
||||||
@plac.annotations(
|
@plac.annotations(
|
||||||
lang=("model language", "positional", None, str),
|
lang=("model language", "positional", None, str),
|
||||||
output_dir=("model output directory", "positional", None, Path),
|
output_dir=("model output directory", "positional", None, Path),
|
||||||
freqs_loc=("location of words frequencies file", "positional",
|
freqs_loc=("location of words frequencies file", "positional", None, Path),
|
||||||
"f", Path),
|
|
||||||
clusters_loc=("optional: location of brown clusters data",
|
clusters_loc=("optional: location of brown clusters data",
|
||||||
"option", "c", str),
|
"option", "c", str),
|
||||||
vectors_loc=("optional: location of vectors file in GenSim text format",
|
vectors_loc=("optional: location of vectors file in GenSim text format",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user