aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index c87fe29..cf75522 100644
--- a/README.md
+++ b/README.md
@@ -20,3 +20,15 @@ git clone https://github.com/yigitsever/Evaluating-Dictionary-Alignment.git && c
20This will create two directories; `dictionaries` and `wordnets`. 20This will create two directories; `dictionaries` and `wordnets`.
21Linewise aligned definition files are in `wordnets/ready`. 21Linewise aligned definition files are in `wordnets/ready`.
22 22
23## Acquiring The Embeddings
24
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.
27Otherwise simply run;
28
29```bash
30./get_embeddings.sh
31```
32
33Bear in mind that this will require around 30 GB free space.
34