aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYiğit Sever2019-09-20 16:53:07 +0300
committerGitHub2019-09-20 16:53:07 +0300
commit5830bd67020c155183d7988ec70e39b26e98743b (patch)
tree02dd4c2d8041a73fa49b1706276c0ead3febbfff /README.md
parentb4b5edb155aa9388407930c416fe7103d0761b1a (diff)
downloadEvaluating-Dictionary-Alignment-5830bd67020c155183d7988ec70e39b26e98743b.tar.gz
Evaluating-Dictionary-Alignment-5830bd67020c155183d7988ec70e39b26e98743b.tar.bz2
Evaluating-Dictionary-Alignment-5830bd67020c155183d7988ec70e39b26e98743b.zip
Update README.md
Diffstat (limited to 'README.md')
-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