diff options
| -rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
| @@ -2,6 +2,10 @@ | |||
| 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). |
| 4 | 4 | ||
| 5 | ```bash | ||
| 6 | git clone https://github.com/yigitsever/Evaluating-Dictionary-Alignment.git && cd Evaluating-Dictionary-Alignment | ||
| 7 | ``` | ||
| 8 | |||
| 5 | ## Requirements | 9 | ## Requirements |
| 6 | 10 | ||
| 7 | ```bash | 11 | ```bash |
| @@ -48,8 +52,9 @@ Rest of this README assumes that you are in the repository root directory. | |||
| 48 | 52 | ||
| 49 | ## Acquiring The Data | 53 | ## Acquiring The Data |
| 50 | 54 | ||
| 55 | *Please make sure that the requirements are met, nltk is critical for this stage* | ||
| 56 | |||
| 51 | ```bash | 57 | ```bash |
| 52 | git clone https://github.com/yigitsever/Evaluating-Dictionary-Alignment.git && cd Evaluating-Dictionary-Alignment | ||
| 53 | ./get_data.sh | 58 | ./get_data.sh |
| 54 | ``` | 59 | ``` |
| 55 | 60 | ||
