Datasets:
SuzanaB
commited on
Commit
•
82efead
1
Parent(s):
b873736
Fix file extensions
Browse files
hr500k.py
CHANGED
@@ -167,9 +167,9 @@ class Hr500K(datasets.GeneratorBasedBuilder):
|
|
167 |
data_dir = dl_manager.download_and_extract(_URLs[self.config.name])
|
168 |
|
169 |
if self.config.name == 'ud':
|
170 |
-
training_file = 'train_ner_ud.
|
171 |
-
dev_file = 'dev_ner_ud.
|
172 |
-
test_file = 'test_ner_ud.
|
173 |
else:
|
174 |
training_file = 'train_ner.conllu'
|
175 |
dev_file = 'dev_ner.conllu'
|
|
|
167 |
data_dir = dl_manager.download_and_extract(_URLs[self.config.name])
|
168 |
|
169 |
if self.config.name == 'ud':
|
170 |
+
training_file = 'train_ner_ud.conllup'
|
171 |
+
dev_file = 'dev_ner_ud.conllup'
|
172 |
+
test_file = 'test_ner_ud.conllup'
|
173 |
else:
|
174 |
training_file = 'train_ner.conllu'
|
175 |
dev_file = 'dev_ner.conllu'
|