Datasets:
Update divemt.py
Browse files
divemt.py
CHANGED
@@ -112,10 +112,10 @@ class DivEMT(datasets.GeneratorBasedBuilder):
|
|
112 |
"upos": datasets.Value("string"),
|
113 |
"xpos": datasets.Value("string"),
|
114 |
"feats": datasets.Value("string"),
|
115 |
-
"head": datasets.Value("
|
116 |
"deprel": datasets.Value("string"),
|
117 |
-
"start_char": datasets.Value("
|
118 |
-
"end_char": datasets.Value("
|
119 |
"ner": datasets.Value("string"),
|
120 |
}
|
121 |
)
|
|
|
112 |
"upos": datasets.Value("string"),
|
113 |
"xpos": datasets.Value("string"),
|
114 |
"feats": datasets.Value("string"),
|
115 |
+
"head": datasets.Value("int32"),
|
116 |
"deprel": datasets.Value("string"),
|
117 |
+
"start_char": datasets.Value("int32"),
|
118 |
+
"end_char": datasets.Value("int32"),
|
119 |
"ner": datasets.Value("string"),
|
120 |
}
|
121 |
)
|