aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2019-09-20 16:24:18 +0300
committerYigit Sever2019-09-20 16:24:18 +0300
commit540b258332621f34b3b0cb053424563f79402ddc (patch)
tree1636b564930b6377920c31f16e1feddc47bafbed
parent4f9c90b34882d9ea28344b9dea85f51574efb48a (diff)
downloadEvaluating-Dictionary-Alignment-540b258332621f34b3b0cb053424563f79402ddc.tar.gz
Evaluating-Dictionary-Alignment-540b258332621f34b3b0cb053424563f79402ddc.tar.bz2
Evaluating-Dictionary-Alignment-540b258332621f34b3b0cb053424563f79402ddc.zip
Clarify requirements
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index b67290c..ac59f0a 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,11 @@
3This 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). 3This 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## Requirements 5## Requirements
6
7```bash
8pip install -r requirements.txt
9```
10
6- Python 3 11- Python 3
7- nltk 12- nltk
8 ```python 13 ```python
@@ -29,7 +34,7 @@ source ~/.env/evaluating/bin/activate
29``` 34```
30 35
31Inside the virtual environment, the python interpreter and the installed packages are isolated. 36Inside the virtual environment, the python interpreter and the installed packages are isolated.
32In order to install all dependencies automatically; 37In order to install all dependencies automatically use the [pip](https://pypi.org/project/pip/) package installer;
33 38
34```bash 39```bash
35pip install -r requirements.txt 40pip install -r requirements.txt