aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index cf75522..6e246a9 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,17 @@ Linewise aligned definition files are in `wordnets/ready`.
24 24
25We use [VecMap](https://github.com/artetxem/vecmap) on [fastText](https://fasttext.cc/) embeddings. 25We use [VecMap](https://github.com/artetxem/vecmap) on [fastText](https://fasttext.cc/) embeddings.
26You can skip this step if you are providing your own polylingual embeddings. 26You can skip this step if you are providing your own polylingual embeddings.
27Otherwise simply run; 27Otherwise;
28
29* initialize and update the VecMap submodule;
30
31```bash
32git submodule init && git submodule update
33```
34
35* make sure `./get_data` is already run and `dictionaries` folder is present.
36
37* run;
28 38
29```bash 39```bash
30./get_embeddings.sh 40./get_embeddings.sh