diff options
| author | Yigit Sever | 2019-09-26 20:06:15 +0300 |
|---|---|---|
| committer | Yigit Sever | 2019-09-26 20:06:15 +0300 |
| commit | 3cb477c14236b78c0d1ce2f5940ca2f0aa15cf69 (patch) | |
| tree | f63ab00dfef3f8d467847ac8205ac2175087e45f | |
| parent | bf2149485c55f5af7d6db4984ed405d00acfa822 (diff) | |
| download | Evaluating-Dictionary-Alignment-3cb477c14236b78c0d1ce2f5940ca2f0aa15cf69.tar.gz Evaluating-Dictionary-Alignment-3cb477c14236b78c0d1ce2f5940ca2f0aa15cf69.tar.bz2 Evaluating-Dictionary-Alignment-3cb477c14236b78c0d1ce2f5940ca2f0aa15cf69.zip | |
Add missing percent sign
| -rw-r--r-- | sentence_embedding.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sentence_embedding.py b/sentence_embedding.py index 842fae7..858668e 100644 --- a/sentence_embedding.py +++ b/sentence_embedding.py | |||
| @@ -109,7 +109,7 @@ def main(args): | |||
| 109 | if not batch: | 109 | if not batch: |
| 110 | print(f"{paradigm} - semb on {source_lang} - {target_lang}") | 110 | print(f"{paradigm} - semb on {source_lang} - {target_lang}") |
| 111 | print(f"P @ 1: {p_at_one}") | 111 | print(f"P @ 1: {p_at_one}") |
| 112 | print(f"{percentage} {instances} definitions") | 112 | print(f"{percentage}% {instances} definitions") |
| 113 | 113 | ||
| 114 | if batch: | 114 | if batch: |
| 115 | fields = [ | 115 | fields = [ |
