diff options
author | Yigit Sever | 2019-09-20 21:16:19 +0300 |
---|---|---|
committer | Yigit Sever | 2019-09-20 21:16:19 +0300 |
commit | 50e23f462905a079ea6cab547972e2e0d0cc3e03 (patch) | |
tree | d4411ed5d1178f50cd4abf02ff7f34da5e399b34 | |
parent | dad5f6d92c71f9325017c81d77a1b4e1e5728467 (diff) | |
download | Evaluating-Dictionary-Alignment-50e23f462905a079ea6cab547972e2e0d0cc3e03.tar.gz Evaluating-Dictionary-Alignment-50e23f462905a079ea6cab547972e2e0d0cc3e03.tar.bz2 Evaluating-Dictionary-Alignment-50e23f462905a079ea6cab547972e2e0d0cc3e03.zip |
Include pathos requirement
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 1a4d6d7..dc6177d 100644 --- a/requirements.txt +++ b/requirements.txt | |||
@@ -1,6 +1,7 @@ | |||
1 | nltk==3.4.5 | ||
2 | lapjv==1.3.1 | 1 | lapjv==1.3.1 |
3 | mosestokenizer==1.0.0 | 2 | mosestokenizer==1.0.0 |
3 | nltk==3.4.5 | ||
4 | pathos | ||
4 | POT==0.5.1 | 5 | POT==0.5.1 |
5 | scikit-learn==0.20.2 | 6 | scikit-learn==0.20.2 |
6 | scipy==1.2.1 | 7 | scipy==1.2.1 |