...
Browse files- parapluie.py +1 -0
parapluie.py
CHANGED
|
@@ -116,6 +116,7 @@ class Parapluie(evaluate.Metric):
|
|
| 116 |
"""Returns the scores"""
|
| 117 |
scores = []
|
| 118 |
for i in range(len(sources)):
|
|
|
|
| 119 |
scores.append(self.scorer(sources[i], hypotheses[i]))
|
| 120 |
return {
|
| 121 |
"scores": scores,
|
|
|
|
| 116 |
"""Returns the scores"""
|
| 117 |
scores = []
|
| 118 |
for i in range(len(sources)):
|
| 119 |
+
print("'aojraoijoafoaif")
|
| 120 |
scores.append(self.scorer(sources[i], hypotheses[i]))
|
| 121 |
return {
|
| 122 |
"scores": scores,
|