diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -24,7 +24,17 @@ Linewise aligned definition files are in `wordnets/ready`. | |||
24 | 24 | ||
25 | We use [VecMap](https://github.com/artetxem/vecmap) on [fastText](https://fasttext.cc/) embeddings. | 25 | We use [VecMap](https://github.com/artetxem/vecmap) on [fastText](https://fasttext.cc/) embeddings. |
26 | You can skip this step if you are providing your own polylingual embeddings. | 26 | You can skip this step if you are providing your own polylingual embeddings. |
27 | Otherwise simply run; | 27 | Otherwise; |
28 | |||
29 | * initialize and update the VecMap submodule; | ||
30 | |||
31 | ```bash | ||
32 | git 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 |