diff options
author | Yigit Sever | 2019-09-19 21:07:17 +0300 |
---|---|---|
committer | Yigit Sever | 2019-09-19 21:07:17 +0300 |
commit | b1222170eddbc3cee7c075274503b210fb2d86c9 (patch) | |
tree | 5438b202caadb4d954794f571739c04b5d71ab15 | |
parent | 8fd301da3aea62abab058a95e3c348b4102e8510 (diff) | |
download | Evaluating-Dictionary-Alignment-b1222170eddbc3cee7c075274503b210fb2d86c9.tar.gz Evaluating-Dictionary-Alignment-b1222170eddbc3cee7c075274503b210fb2d86c9.tar.bz2 Evaluating-Dictionary-Alignment-b1222170eddbc3cee7c075274503b210fb2d86c9.zip |
Cite Balikas et al
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 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 for the study as well as open source implementations of the methods. | 3 | This repository contains the scripts to prepare the resources for the study 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 | ## Requirements | 5 | ## Requirements |
6 | - Python 3 | 6 | - Python 3 |
@@ -56,8 +56,8 @@ Linewise aligned definition files are in `wordnets/ready`. | |||
56 | 56 | ||
57 | ## Acquiring The Embeddings | 57 | ## Acquiring The Embeddings |
58 | 58 | ||
59 | We use [VecMap](https://github.com/artetxem/vecmap) on [fastText](https://fasttext.cc/) embeddings. | 59 | We use [VecMap](https://github.com/artetxem/vecmap) on [fastText](https://fasttext.cc/) embeddings. You can skip this step if you are providing your own polylingual embeddings. |
60 | You can skip this step if you are providing your own polylingual embeddings. | 60 | |
61 | Otherwise; | 61 | Otherwise; |
62 | 62 | ||
63 | * initialize and update the VecMap submodule; | 63 | * initialize and update the VecMap submodule; |