svanhvit commited on
Commit
12ef13a
1 Parent(s): 20c6b0c

edit loader

Browse files
Files changed (1) hide show
  1. iceErrorCorpus.py +10 -1
iceErrorCorpus.py CHANGED
@@ -15,6 +15,16 @@ The Icelandic Error Corpus (IceEC) is a collection of texts in modern Icelandic
15
  # TODO: Add a link to an official homepage for the dataset here
16
  _HOMEPAGE = "https://repository.clarin.is/repository/xmlui/handle/20.500.12537/105"
17
 
 
 
 
 
 
 
 
 
 
 
18
  # TODO: Add the licence for the dataset here if you can find it
19
  _LICENSE = "CC BY 4.0"
20
 
@@ -71,7 +81,6 @@ class NewDataset(datasets.GeneratorBasedBuilder):
71
  {
72
  "src": datasets.Value("string"),
73
  "tgt": datasets.Value("string"),
74
- # These are the features of your dataset like images, labels ...
75
  }
76
  )
77
 
 
15
  # TODO: Add a link to an official homepage for the dataset here
16
  _HOMEPAGE = "https://repository.clarin.is/repository/xmlui/handle/20.500.12537/105"
17
 
18
+ CITATION = """
19
+ @misc{20.500.12537/105,
20
+ title = {Icelandic Error Corpus ({IceEC}) Version 1.1},
21
+ author = {Ingason, Anton Karl and Stef{\'a}nsd{\'o}ttir, Lilja Bj{\"o}rk and Arnard{\'o}ttir, {\TH}{\'o}runn and Xu, Xindan},
22
+ url = {http://hdl.handle.net/20.500.12537/105},
23
+ note = {{CLARIN}-{IS}},
24
+ copyright = {Creative Commons - Attribution 4.0 International ({CC} {BY} 4.0)},
25
+ year = {2021} }
26
+ """
27
+
28
  # TODO: Add the licence for the dataset here if you can find it
29
  _LICENSE = "CC BY 4.0"
30
 
 
81
  {
82
  "src": datasets.Value("string"),
83
  "tgt": datasets.Value("string"),
 
84
  }
85
  )
86