SuzanaB
commited on
Commit
·
f524ffb
1
Parent(s):
6b44df1
Fix file extensions
Browse files- setimes_sr.py +3 -3
setimes_sr.py
CHANGED
@@ -166,9 +166,9 @@ class SeTimesSr(datasets.GeneratorBasedBuilder):
|
|
166 |
data_dir = dl_manager.download_and_extract(_URLs[self.config.name])
|
167 |
|
168 |
if self.config.name == 'ud':
|
169 |
-
training_file = 'train_ner_ud.
|
170 |
-
dev_file = 'dev_ner_ud.
|
171 |
-
test_file = 'test_ner_ud.
|
172 |
else:
|
173 |
training_file = 'train_ner.conllu'
|
174 |
dev_file = 'dev_ner.conllu'
|
|
|
166 |
data_dir = dl_manager.download_and_extract(_URLs[self.config.name])
|
167 |
|
168 |
if self.config.name == 'ud':
|
169 |
+
training_file = 'train_ner_ud.conllup'
|
170 |
+
dev_file = 'dev_ner_ud.conllup'
|
171 |
+
test_file = 'test_ner_ud.conllup'
|
172 |
else:
|
173 |
training_file = 'train_ner.conllu'
|
174 |
dev_file = 'dev_ner.conllu'
|