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