may-ohta commited on
Commit
95d127b
1 Parent(s): 143a404

Update jparacrawl.py

Browse files
Files changed (1) hide show
  1. jparacrawl.py +1 -1
jparacrawl.py CHANGED
@@ -179,7 +179,7 @@ class JParaCrawl(datasets.GeneratorBasedBuilder):
179
  "probability": float(row["probability"]),
180
  "translation": {
181
  non_ja: _normalize(row[non_ja]: str),
182
- "ja": _normalize(row["ja"]: str))
183
  },
184
  }
185
  # Make sure that both translations are non-empty.
 
179
  "probability": float(row["probability"]),
180
  "translation": {
181
  non_ja: _normalize(row[non_ja]: str),
182
+ "ja": _normalize(row["ja"]: str),
183
  },
184
  }
185
  # Make sure that both translations are non-empty.