luist18 commited on
Commit
0f93a01
1 Parent(s): faa67e8

Update ptparl.py

Browse files
Files changed (1) hide show
  1. ptparl.py +1 -1
ptparl.py CHANGED
@@ -105,7 +105,7 @@ class PTPARL(datasets.GeneratorBasedBuilder):
105
  id_ = 0
106
 
107
  with open(filepath, encoding="utf-8") as tsv_file:
108
- reader = csv.reader(tsv_file, delimiter="\t")
109
  for id_, row in enumerate(reader):
110
  if id_ == 0:
111
  continue
 
105
  id_ = 0
106
 
107
  with open(filepath, encoding="utf-8") as tsv_file:
108
+ reader = csv.reader(tsv_file, delimiter=",")
109
  for id_, row in enumerate(reader):
110
  if id_ == 0:
111
  continue