aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2019-09-25 21:16:42 +0300
committerYigit Sever2019-09-25 21:16:42 +0300
commit2f0b146c6f41aea2f90b3328e31787d84fec83a4 (patch)
tree791306a4efc7f768736f443b8577d35362ff60bc
parente7340a15520523402099ef13a462c034fe58f51a (diff)
parentb294c3c62b86b24789f7c9f826a9cc6d2a047064 (diff)
downloadEvaluating-Dictionary-Alignment-2f0b146c6f41aea2f90b3328e31787d84fec83a4.tar.gz
Evaluating-Dictionary-Alignment-2f0b146c6f41aea2f90b3328e31787d84fec83a4.tar.bz2
Evaluating-Dictionary-Alignment-2f0b146c6f41aea2f90b3328e31787d84fec83a4.zip
Merge branch 'master' of github.com:yigitsever/Evaluating-Dictionary-Alignment
-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