Datasets:
Tasks:
Token Classification
Sub-tasks:
word-sense-disambiguation
Languages:
Polish
Size:
1M<n<10M
License:
Joanna Baran
commited on
Commit
•
0335e07
1
Parent(s):
e27722d
fix: add english IDs loading
Browse files- wsd_polish_datasets.py +3 -0
wsd_polish_datasets.py
CHANGED
@@ -157,6 +157,9 @@ class WsdPolishDataset(datasets.GeneratorBasedBuilder):
|
|
157 |
"index": datasets.Value("int32"),
|
158 |
"plWN_syn_id": datasets.Value("string"),
|
159 |
"plWN_lex_id": datasets.Value("string"),
|
|
|
|
|
|
|
160 |
}
|
161 |
),
|
162 |
),
|
|
|
157 |
"index": datasets.Value("int32"),
|
158 |
"plWN_syn_id": datasets.Value("string"),
|
159 |
"plWN_lex_id": datasets.Value("string"),
|
160 |
+
"PWN_syn_id": datasets.Value("string"),
|
161 |
+
"bn_syn_id": datasets.Value("string"),
|
162 |
+
"mapping_relation": datasets.Value("string"),
|
163 |
}
|
164 |
),
|
165 |
),
|