mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +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(
|
||||
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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user