Datasets:

Modalities:
Text
ArXiv:
Libraries:
Datasets
License:
jilee commited on
Commit
d514c32
·
1 Parent(s): 0d8dada

Upload TexPrax.py

Browse files
Files changed (1) hide show
  1. TexPrax.py +4 -0
TexPrax.py CHANGED
@@ -99,12 +99,16 @@ class TexPraxDataset(datasets.GeneratorBasedBuilder):
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
  ),
109
  #datasets.BuilderConfig(name="sentence_classification", version=VERSION, description="Sentence level annotations of the TexPrax dataset."),
110
  #datasets.BuilderConfig(name="named_entity_recognition", version=VERSION, description="BIO-tagged named entites of the TexPrax dataset."),
 
99
  description="Sentence level annotations of the TexPrax dataset.",
100
  features=["sentence"],
101
  data_url=_SENTENCE_URL,
102
+ citation=_CITATION,
103
+ url=_ENTITY_URL
104
  ),
105
  TexPraxConfig(
106
  name="named_entity_recognition",
107
  description="Token level annotations of the TexPrax dataset.",
108
  features=["tokens"],
109
  data_url=_ENTITY_URL,
110
+ citation=_CITATION,
111
+ url=_ENTITY_URL
112
  ),
113
  #datasets.BuilderConfig(name="sentence_classification", version=VERSION, description="Sentence level annotations of the TexPrax dataset."),
114
  #datasets.BuilderConfig(name="named_entity_recognition", version=VERSION, description="BIO-tagged named entites of the TexPrax dataset."),