khalidalt commited on
Commit
9988619
1 Parent(s): 55d3a10

Update tydiqa-goldp.py

Browse files
Files changed (1) hide show
  1. tydiqa-goldp.py +2 -2
tydiqa-goldp.py CHANGED
@@ -101,8 +101,8 @@ class tydiqa_GoldP(datasets.GeneratorBasedBuilder):
101
 
102
  with open(filepath, encoding="utf-8") as f:
103
  for row in f:
104
- #print("Here:")
105
- #print(row)
106
  #assert False
107
  #data = json.load(f)
108
  #for article in data["data"]:
 
101
 
102
  with open(filepath, encoding="utf-8") as f:
103
  for row in f:
104
+ print("Here:")
105
+ print(row)
106
  #assert False
107
  #data = json.load(f)
108
  #for article in data["data"]: