mirror of https://github.com/explosion/spaCy.git
Fix init model command
This commit is contained in:
parent
97487122ea
commit
eff42d36e3
|
@ -29,7 +29,7 @@ except ImportError:
|
||||||
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", "optional", "f", Path),
|
freqs_loc=("location of words frequencies file", "optional", "f", Path),
|
||||||
jsonl_loc=("location of JSONL-formatted attributes file", "optional", "j", Path),
|
jsonl_loc=("location of JSONL-formatted attributes file", "option", "j", 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 Word2Vec format "
|
vectors_loc=("optional: location of vectors file in Word2Vec format "
|
||||||
|
|
Loading…
Reference in New Issue