aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2360df4..36f162a 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,10 @@
2 2
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
6git clone https://github.com/yigitsever/Evaluating-Dictionary-Alignment.git && cd Evaluating-Dictionary-Alignment
7```
8
5## Requirements 9## Requirements
6 10
7```bash 11```bash
@@ -48,8 +52,9 @@ Rest of this README assumes that you are in the repository root directory.
48 52
49## Acquiring The Data 53## Acquiring The Data
50 54
55*Please make sure that the requirements are met, nltk is critical for this stage*
56
51```bash 57```bash
52git clone https://github.com/yigitsever/Evaluating-Dictionary-Alignment.git && cd Evaluating-Dictionary-Alignment
53./get_data.sh 58./get_data.sh
54``` 59```
55 60