aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 36f162a..e49777a 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,8 @@
3This repository contains the scripts to prepare the resources 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). 3This repository contains the scripts to prepare the resources 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```bash 5```bash
6git clone https://github.com/yigitsever/Evaluating-Dictionary-Alignment.git && cd Evaluating-Dictionary-Alignment 6git clone https://github.com/yigitsever/Evaluating-Dictionary-Alignment.git
7cd Evaluating-Dictionary-Alignment
7``` 8```
8 9
9## Requirements 10## Requirements