aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYiğit Sever2019-09-20 16:52:50 +0300
committerGitHub2019-09-20 16:52:50 +0300
commitb4b5edb155aa9388407930c416fe7103d0761b1a (patch)
tree13f92b4b19e6c7e05a7ce0a331ec56723c0f81fa /README.md
parent198159724bf82fd4417eb3db895f11e58348fcc3 (diff)
downloadEvaluating-Dictionary-Alignment-b4b5edb155aa9388407930c416fe7103d0761b1a.tar.gz
Evaluating-Dictionary-Alignment-b4b5edb155aa9388407930c416fe7103d0761b1a.tar.bz2
Evaluating-Dictionary-Alignment-b4b5edb155aa9388407930c416fe7103d0761b1a.zip
Update README.md
Diffstat (limited to 'README.md')
-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