Update discevalmt.py
Browse files- discevalmt.py +3 -3
discevalmt.py
CHANGED
|
@@ -57,12 +57,12 @@ class DiscEvalMT(datasets.GeneratorBasedBuilder):
|
|
| 57 |
DiscEvalMTConfig(
|
| 58 |
evaltype='anaphora',
|
| 59 |
filename='test-anaphora',
|
| 60 |
-
version=datasets.Version('2.0.0',
|
| 61 |
),
|
| 62 |
DiscEvalMTConfig(
|
| 63 |
-
evaltype='
|
| 64 |
filename='test-lexical_choice',
|
| 65 |
-
version=datasets.Version('2.0.0',
|
| 66 |
),
|
| 67 |
]
|
| 68 |
|
|
|
|
| 57 |
DiscEvalMTConfig(
|
| 58 |
evaltype='anaphora',
|
| 59 |
filename='test-anaphora',
|
| 60 |
+
version=datasets.Version('2.0.0',
|
| 61 |
),
|
| 62 |
DiscEvalMTConfig(
|
| 63 |
+
evaltype='lexical_choice',
|
| 64 |
filename='test-lexical_choice',
|
| 65 |
+
version=datasets.Version('2.0.0',
|
| 66 |
),
|
| 67 |
]
|
| 68 |
|