Upload TexPrax.py
Browse files- TexPrax.py +2 -2
TexPrax.py
CHANGED
|
@@ -98,11 +98,11 @@ class TexPraxDataset(datasets.GeneratorBasedBuilder):
|
|
| 98 |
name="sentence_classification",
|
| 99 |
description="Sentence level annotations of the TexPrax dataset.",
|
| 100 |
features=["sentence"],
|
| 101 |
-
data_url=
|
| 102 |
),
|
| 103 |
TexPraxConfig(
|
| 104 |
name="named_entity_recognition",
|
| 105 |
-
description="
|
| 106 |
features=["tokens"],
|
| 107 |
data_url=_ENTITY_URL,
|
| 108 |
),
|
|
|
|
| 98 |
name="sentence_classification",
|
| 99 |
description="Sentence level annotations of the TexPrax dataset.",
|
| 100 |
features=["sentence"],
|
| 101 |
+
data_url=_SENTENCE_URL,
|
| 102 |
),
|
| 103 |
TexPraxConfig(
|
| 104 |
name="named_entity_recognition",
|
| 105 |
+
description="Token level annotations of the TexPrax dataset.",
|
| 106 |
features=["tokens"],
|
| 107 |
data_url=_ENTITY_URL,
|
| 108 |
),
|