Datasets:
Update pclue.py
Browse files
pclue.py
CHANGED
@@ -82,7 +82,7 @@ class Pclue(datasets.GeneratorBasedBuilder):
|
|
82 |
),
|
83 |
]
|
84 |
|
85 |
-
def _generate_examples(self, filepath
|
86 |
"""Yields examples."""
|
87 |
with open(filepath, encoding="utf-8") as f:
|
88 |
for idx, row in enumerate(f):
|
|
|
82 |
),
|
83 |
]
|
84 |
|
85 |
+
def _generate_examples(self, filepath):
|
86 |
"""Yields examples."""
|
87 |
with open(filepath, encoding="utf-8") as f:
|
88 |
for idx, row in enumerate(f):
|