diff options
author | Yigit Sever | 2019-09-27 17:00:13 +0300 |
---|---|---|
committer | Yigit Sever | 2019-09-27 17:00:13 +0300 |
commit | 28ddd01c170d9e126b1483fd5a4523ffdf2aac99 (patch) | |
tree | dcd9fd175f958ccc2fbf6485d76b30c5aad3b2a0 | |
parent | d73c248c5078be6661e87fe6bb95ba670844d258 (diff) | |
download | Evaluating-Dictionary-Alignment-28ddd01c170d9e126b1483fd5a4523ffdf2aac99.tar.gz Evaluating-Dictionary-Alignment-28ddd01c170d9e126b1483fd5a4523ffdf2aac99.tar.bz2 Evaluating-Dictionary-Alignment-28ddd01c170d9e126b1483fd5a4523ffdf2aac99.zip |
Update requirements for supervised
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index dc6177d..bb1f9c5 100644 --- a/requirements.txt +++ b/requirements.txt | |||
@@ -1,8 +1,12 @@ | |||
1 | gensim | ||
2 | keras | ||
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 | 5 | nltk==3.4.5 |
6 | pandas | ||
4 | pathos | 7 | pathos |
5 | POT==0.5.1 | 8 | POT==0.5.1 |
6 | scikit-learn==0.20.2 | 9 | scikit-learn==0.20.2 |
7 | scipy==1.2.1 | 10 | scipy==1.2.1 |
8 | sklearn==0.0 | 11 | sklearn==0.0 |
12 | tensorflow | ||