aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYiğit Sever2019-09-25 21:13:59 +0300
committerGitHub2019-09-25 21:13:59 +0300
commitb294c3c62b86b24789f7c9f826a9cc6d2a047064 (patch)
tree03de9e3c4c2d3c361aabf510852e5f7bfc70372d
parent4d117258017fb1518d7ce7242e5a9c5a780d70d7 (diff)
downloadEvaluating-Dictionary-Alignment-b294c3c62b86b24789f7c9f826a9cc6d2a047064.tar.gz
Evaluating-Dictionary-Alignment-b294c3c62b86b24789f7c9f826a9cc6d2a047064.tar.bz2
Evaluating-Dictionary-Alignment-b294c3c62b86b24789f7c9f826a9cc6d2a047064.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5ca5a39..eb09836 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 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) and supervised implementation is extended from https://github.com/fionn-mac/Manhattan-LSTM.
4 4
5```bash 5```bash
6git clone https://github.com/yigitsever/Evaluating-Dictionary-Alignment.git 6git clone https://github.com/yigitsever/Evaluating-Dictionary-Alignment.git