diff options
author | Yiğit Sever | 2019-09-25 21:13:59 +0300 |
---|---|---|
committer | GitHub | 2019-09-25 21:13:59 +0300 |
commit | b294c3c62b86b24789f7c9f826a9cc6d2a047064 (patch) | |
tree | 03de9e3c4c2d3c361aabf510852e5f7bfc70372d /README.md | |
parent | 4d117258017fb1518d7ce7242e5a9c5a780d70d7 (diff) | |
download | Evaluating-Dictionary-Alignment-b294c3c62b86b24789f7c9f826a9cc6d2a047064.tar.gz Evaluating-Dictionary-Alignment-b294c3c62b86b24789f7c9f826a9cc6d2a047064.tar.bz2 Evaluating-Dictionary-Alignment-b294c3c62b86b24789f7c9f826a9cc6d2a047064.zip |
Update README.md
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 |