diff options
author | Yigit Sever | 2019-09-25 21:16:42 +0300 |
---|---|---|
committer | Yigit Sever | 2019-09-25 21:16:42 +0300 |
commit | 2f0b146c6f41aea2f90b3328e31787d84fec83a4 (patch) | |
tree | 791306a4efc7f768736f443b8577d35362ff60bc /README.md | |
parent | e7340a15520523402099ef13a462c034fe58f51a (diff) | |
parent | b294c3c62b86b24789f7c9f826a9cc6d2a047064 (diff) | |
download | Evaluating-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
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ | |||
1 | # Evaluating cross-lingual textual similarity on dictionary alignment | 1 | # Evaluating cross-lingual textual similarity on dictionary alignment |
2 | 2 | ||
3 | This 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). | 3 | This 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 |
6 | git clone https://github.com/yigitsever/Evaluating-Dictionary-Alignment.git | 6 | git clone https://github.com/yigitsever/Evaluating-Dictionary-Alignment.git |