diff options
author | Yigit Sever | 2019-09-20 16:55:01 +0300 |
---|---|---|
committer | Yigit Sever | 2019-09-20 16:55:01 +0300 |
commit | aea0ad57f7b7c82a20892343a3979bc4cc4e76ee (patch) | |
tree | c6ec1333c7af9fcf123044bfd72e1f12b2992053 | |
parent | 5830bd67020c155183d7988ec70e39b26e98743b (diff) | |
download | Evaluating-Dictionary-Alignment-aea0ad57f7b7c82a20892343a3979bc4cc4e76ee.tar.gz Evaluating-Dictionary-Alignment-aea0ad57f7b7c82a20892343a3979bc4cc4e76ee.tar.bz2 Evaluating-Dictionary-Alignment-aea0ad57f7b7c82a20892343a3979bc4cc4e76ee.zip |
Fix requirements
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 68b331b..2c2cf41 100644 --- a/requirements.txt +++ b/requirements.txt | |||
@@ -1,7 +1,7 @@ | |||
1 | numpy==1.16.2 | ||
2 | nltk==3.4.5 | ||
1 | lapjv==1.3.1 | 3 | lapjv==1.3.1 |
2 | mosestokenizer==1.0.0 | 4 | mosestokenizer==1.0.0 |
3 | nltk==3.4.5 | ||
4 | numpy==1.16.2 | ||
5 | POT==0.5.1 | 5 | POT==0.5.1 |
6 | scikit-learn==0.20.2 | 6 | scikit-learn==0.20.2 |
7 | scipy==1.2.1 | 7 | scipy==1.2.1 |