Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Size:
10K - 100K
Tags:
language-identification
License:
Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
ilist.py
CHANGED
@@ -92,7 +92,7 @@ class Ilist(datasets.GeneratorBasedBuilder):
|
|
92 |
]
|
93 |
|
94 |
def _generate_examples(self, filepath):
|
95 |
-
"""
|
96 |
with open(filepath, "r", encoding="utf-8") as file:
|
97 |
for idx, row in enumerate(file):
|
98 |
row = row.strip("\n").split("\t")
|
|
|
92 |
]
|
93 |
|
94 |
def _generate_examples(self, filepath):
|
95 |
+
"""Yields examples."""
|
96 |
with open(filepath, "r", encoding="utf-8") as file:
|
97 |
for idx, row in enumerate(file):
|
98 |
row = row.strip("\n").split("\t")
|