From ce63f8997b71a0f4939a95a86b2e5e14abb96fbf Mon Sep 17 00:00:00 2001 From: ines Date: Tue, 10 Apr 2018 21:42:54 +0200 Subject: [PATCH] Update init-model docs --- website/api/cli.jade | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/website/api/cli.jade b/website/api/cli.jade index 85a13c3c0..a34271d81 100644 --- a/website/api/cli.jade +++ b/website/api/cli.jade @@ -533,8 +533,10 @@ p +cell option +cell | Optional location of vectors file. Should be a tab-separated - | file where the first column contains the word and the remaining - | columns the values. + | file in Word2Vec format where the first column contains the word + | and the remaining columns the values. File can be provided in + | #[code .txt] format or as a zipped text file in #[code .zip] or + | #[code .tar.gz] format. +row +cell #[code --prune-vectors], #[code -V]