From 7d5afadf5e77f65903e137da94058db4adebca93 Mon Sep 17 00:00:00 2001 From: ines Date: Fri, 17 Nov 2017 14:57:11 +0100 Subject: [PATCH] Update vectors_loc description --- examples/vectors_fast_text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vectors_fast_text.py b/examples/vectors_fast_text.py index 41edf79b8..a443b5310 100644 --- a/examples/vectors_fast_text.py +++ b/examples/vectors_fast_text.py @@ -13,7 +13,7 @@ from spacy.language import Language @plac.annotations( - vectors_loc=("Path to vectors", "positional", None, str), + vectors_loc=("Path to .vec file", "positional", None, str), lang=("Optional language ID. If not set, blank Language() will be used.", "positional", None, str)) def main(vectors_loc, lang=None):