From eff42d36e3f1bafaf119d4fbf5be4eeeb20d5f96 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Tue, 3 Jul 2018 16:32:23 +0200 Subject: [PATCH] Fix init model command --- spacy/cli/init_model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/cli/init_model.py b/spacy/cli/init_model.py index 172345284..632d3ed72 100644 --- a/spacy/cli/init_model.py +++ b/spacy/cli/init_model.py @@ -29,7 +29,7 @@ except ImportError: lang=("model language", "positional", None, str), output_dir=("model output directory", "positional", None, 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", "option", "c", str), vectors_loc=("optional: location of vectors file in Word2Vec format "