diff options
| author | Yiğit Sever | 2019-09-20 16:52:50 +0300 |
|---|---|---|
| committer | GitHub | 2019-09-20 16:52:50 +0300 |
| commit | b4b5edb155aa9388407930c416fe7103d0761b1a (patch) | |
| tree | 13f92b4b19e6c7e05a7ce0a331ec56723c0f81fa | |
| parent | 198159724bf82fd4417eb3db895f11e58348fcc3 (diff) | |
| download | Evaluating-Dictionary-Alignment-b4b5edb155aa9388407930c416fe7103d0761b1a.tar.gz Evaluating-Dictionary-Alignment-b4b5edb155aa9388407930c416fe7103d0761b1a.tar.bz2 Evaluating-Dictionary-Alignment-b4b5edb155aa9388407930c416fe7103d0761b1a.zip | |
Update README.md
| -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 | ||
