From df3fd3cbfe626a5f1683a67554115a4b87fc1664 Mon Sep 17 00:00:00 2001 From: Franck Dary <franck.dary@lis-lab.fr> Date: Tue, 28 Jul 2020 18:00:12 +0200 Subject: [PATCH] removed word2vec from documentation --- documentation/install.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/documentation/install.md b/documentation/install.md index 709149b..38ca0bc 100644 --- a/documentation/install.md +++ b/documentation/install.md @@ -7,9 +7,6 @@ * LibTorch version 1.5 cxx11 ABI : [link](https://pytorch.org/get-started/locally/) * Boost >= 1.53.0 with program_options : [link](https://www.boost.org/doc/libs/1_73_0/more/getting_started/unix-variants.html) -## Optional : -* [Word2Vec](https://github.com/tmikolov/word2vec), used by default by `macaon_data/UD_any/train.sh` to initialize the embeddings. - ## Download : https://gitlab.lis-lab.fr/franck.dary/macaon -- GitLab