mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-09 15:52:31 +03:00
Fix missing comma in init-model command
This commit is contained in:
parent
d896fbca62
commit
427c0693c8
|
@ -34,7 +34,7 @@ msg = Printer()
|
||||||
freqs_loc=("Location of words frequencies file", "option", "f", Path),
|
freqs_loc=("Location of words frequencies file", "option", "f", Path),
|
||||||
jsonl_loc=("Location of JSONL-formatted attributes file", "option", "j", Path),
|
jsonl_loc=("Location of JSONL-formatted attributes file", "option", "j", Path),
|
||||||
clusters_loc=("Optional location of brown clusters data", "option", "c", str),
|
clusters_loc=("Optional location of brown clusters data", "option", "c", str),
|
||||||
vectors_loc=("Optional vectors file in Word2Vec format" "option", "v", str),
|
vectors_loc=("Optional vectors file in Word2Vec format", "option", "v", str),
|
||||||
prune_vectors=("Optional number of vectors to prune to", "option", "V", int),
|
prune_vectors=("Optional number of vectors to prune to", "option", "V", int),
|
||||||
)
|
)
|
||||||
def init_model(
|
def init_model(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user