aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9b8da9c..ea0c2ba 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
1# Evaluating cross-lingual textual similarity on dictionary alignment 1# Evaluating cross-lingual textual similarity on dictionary alignment
2 2
3This repository contains the scripts to prepare the resources for the study as well as open source implementations of the methods. 3This repository contains the scripts to prepare the resources for the study as well as open source implementations of the methods. Word Mover's Distance and Sinkhorn implementations are extended from [Cross-lingual retrieval with Wasserstein distance](https://github.com/balikasg/WassersteinRetrieval).
4 4
5## Requirements 5## Requirements
6- Python 3 6- Python 3
@@ -56,8 +56,8 @@ Linewise aligned definition files are in `wordnets/ready`.
56 56
57## Acquiring The Embeddings 57## Acquiring The Embeddings
58 58
59We use [VecMap](https://github.com/artetxem/vecmap) on [fastText](https://fasttext.cc/) embeddings. 59We use [VecMap](https://github.com/artetxem/vecmap) on [fastText](https://fasttext.cc/) embeddings. You can skip this step if you are providing your own polylingual embeddings.
60You can skip this step if you are providing your own polylingual embeddings. 60
61Otherwise; 61Otherwise;
62 62
63* initialize and update the VecMap submodule; 63* initialize and update the VecMap submodule;