Datasets:
Tasks:
Text Generation
Formats:
parquet
Sub-tasks:
language-modeling
Languages:
Danish
Size:
1M - 10M
License:
KennethEnevoldsen
commited on
Update documentation for all DAGW datasets (#20)
Browse files- fix: Added information on all subsets (c9d38ae1175f15b964f35c23feb1c985b58604f6)
- README.md +49 -24
- data/adl/adl.md +26 -1
- data/botxt/botxt.md +25 -1
- data/dannet/dannet.md +29 -41
- data/depbank/depbank.md +27 -0
- data/ep/ep.md +26 -0
- data/ft/ft.md +26 -0
- data/gutenberg/gutenberg.md +48 -326
- data/hest/hest.md +29 -1
- data/jvj/jvj.md +29 -2
- data/naat/naat.md +3 -0
- data/nordjyllandnews/nordjyllandnews.md +9 -1
- data/relig/relig.md +22 -0
- data/retsinformationdk/retsinformationdk.md +32 -0
- data/retspraksis/retspraksis.md +27 -1
- data/skat/skat.md +25 -2
- data/spont/spont.md +25 -0
- data/synne/synne.md +25 -2
- data/tv2r/tv2r.md +25 -0
- data/wiki/wiki.md +25 -0
- data/wikibooks/wikibooks.md +24 -0
- data/wikisource/wikisource.md +22 -0
- paper/paper.md +2 -0
README.md
CHANGED
@@ -250,30 +250,55 @@ This data generally contains no annotation besides the metadata attached to each
|
|
250 |
|
251 |
Below follows a brief overview of the sources in the corpus along with their individual license.
|
252 |
|
253 |
-
| Source
|
254 |
-
|
|
255 |
-
| adl |
|
256 |
-
| botxt |
|
257 |
-
| dannet | [dannet license]
|
258 |
-
| depbank |
|
259 |
-
| ep |
|
260 |
-
| ft |
|
261 |
-
| gutenberg | [gutenberg license]
|
262 |
-
| hest |
|
263 |
-
| jvj |
|
264 |
-
| naat |
|
265 |
-
|
|
266 |
-
|
|
267 |
-
|
|
268 |
-
|
|
269 |
-
|
|
270 |
-
|
|
271 |
-
|
|
272 |
-
|
|
273 |
-
|
|
274 |
-
|
|
275 |
-
|
276 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
277 |
[gutenberg license]: https://www.gutenberg.org/policy/license.html
|
278 |
[dannet license]: https://cst.ku.dk/projekter/dannet/license.txt
|
279 |
[Other (Danish Law)]: https://huggingface.co/datasets/danish-foundation-models/danish-gigaword-2/blob/main/data/retsinformationdk/retsinformationdk.md#license-information
|
|
|
250 |
|
251 |
Below follows a brief overview of the sources in the corpus along with their individual license.
|
252 |
|
253 |
+
| Source | License |
|
254 |
+
| ------------------- | -------------------- |
|
255 |
+
| [adl] | [CC-0] |
|
256 |
+
| [botxt] | [CC-0] |
|
257 |
+
| [dannet] | [dannet license] |
|
258 |
+
| [depbank] | [CC-BY-SA 4.0] |
|
259 |
+
| [ep] | [CC-0] |
|
260 |
+
| [ft] | [CC-0] |
|
261 |
+
| [gutenberg] | [gutenberg license] |
|
262 |
+
| [hest] | [CC-0] |
|
263 |
+
| [jvj] | [CC-BY-SA 4.0] |
|
264 |
+
| [naat] | [CC-0] |
|
265 |
+
| [nordjyllandnews] | [CC-0] |
|
266 |
+
| [relig] | [CC-0] |
|
267 |
+
| [retsinformationdk] | [Other (Danish Law)] |
|
268 |
+
| [retspraksis] | [CC-0] |
|
269 |
+
| [skat] | [CC-0] |
|
270 |
+
| [spont] | [CC-0] |
|
271 |
+
| [synne] | [CC-0] |
|
272 |
+
| [tv2r] | [Custom, CC-BY 4.0] |
|
273 |
+
| [wiki] | [CC-0] |
|
274 |
+
| [wikibooks] | [CC-0] |
|
275 |
+
| [wikisource] | [CC-0] |
|
276 |
+
|
277 |
+
[adl]: data/adl/adl.md
|
278 |
+
[botxt]: data/botxt/botxt.md
|
279 |
+
[dannet]: data/dannet/dannet.md
|
280 |
+
[depbank]: data/depbank/depbank.md
|
281 |
+
[ep]: data/ep/ep.md
|
282 |
+
[ft]: data/ft/ft.md
|
283 |
+
[gutenberg]: data/gutenberg/gutenberg.md
|
284 |
+
[hest]: data/hest/hest.md
|
285 |
+
[jvj]: data/jvj/jvj.md
|
286 |
+
[naat]: data/naat/naat.md
|
287 |
+
[nordjyllandnews]: data/nordjyllandnews/nordjyllandnews.md
|
288 |
+
[relig]: data/relig/relig.md
|
289 |
+
[retsinformationdk]: data/retsinformationdk/retsinformationdk.md
|
290 |
+
[retspraksis]: data/retspraksis/retspraksis.md
|
291 |
+
[skat]: data/skat/skat.md
|
292 |
+
[spont]: data/spont/spont.md
|
293 |
+
[synne]: data/synne/synne.md
|
294 |
+
[tv2r]: data/tv2r/tv2r.md
|
295 |
+
[wiki]: data/wiki/wiki.md
|
296 |
+
[wikibooks]: data/wikibooks/wikibooks.md
|
297 |
+
[wikisource]: data/wikisource/wikisource.md
|
298 |
+
|
299 |
+
[CC-0]: https://creativecommons.org/publicdomain/zero/1.0/legalcode.en
|
300 |
+
[CC-BY-SA 4.0]: https://creativecommons.org/licenses/by-sa/4.0/deed.en
|
301 |
+
[Custom, CC-BY 4.0]: https://huggingface.co/datasets/danish-foundation-models/danish-gigaword-2/blob/main/data/tv2r/tv2r.md#license-information
|
302 |
[gutenberg license]: https://www.gutenberg.org/policy/license.html
|
303 |
[dannet license]: https://cst.ku.dk/projekter/dannet/license.txt
|
304 |
[Other (Danish Law)]: https://huggingface.co/datasets/danish-foundation-models/danish-gigaword-2/blob/main/data/retsinformationdk/retsinformationdk.md#license-information
|
data/adl/adl.md
CHANGED
@@ -12,9 +12,13 @@ task_categories:
|
|
12 |
task_ids:
|
13 |
- language-modeling
|
14 |
---
|
15 |
-
# Dataset Card for
|
|
|
16 |
## Dataset Description
|
17 |
|
|
|
|
|
|
|
18 |
<!-- START-DESC-STATS -->
|
19 |
|
20 |
- **Language**: dan, dansk, Danish
|
@@ -63,3 +67,24 @@ Creative Commons Legal Code
|
|
63 |
CC0 1.0 Universal
|
64 |
</p>
|
65 |
</details>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
task_ids:
|
13 |
- language-modeling
|
14 |
---
|
15 |
+
# Dataset Card for Archive for Danish Literature
|
16 |
+
|
17 |
## Dataset Description
|
18 |
|
19 |
+
Danish literature from 1700-2023 stemming for the Archive for Danish Literature (ADL).
|
20 |
+
|
21 |
+
|
22 |
<!-- START-DESC-STATS -->
|
23 |
|
24 |
- **Language**: dan, dansk, Danish
|
|
|
67 |
CC0 1.0 Universal
|
68 |
</p>
|
69 |
</details>
|
70 |
+
|
71 |
+
|
72 |
+
|
73 |
+
## Additional Information
|
74 |
+
|
75 |
+
|
76 |
+
### Citation Information
|
77 |
+
|
78 |
+
This dataset was initially published as part of the [Danish gigaword](https://huggingface.co/danish-foundation-models). We recommend that you cite and reference it if you use this dataset:
|
79 |
+
|
80 |
+
> Derczynski, L., Ciosici, M. R., et al. (2021). The Danish Gigaword Corpus. In Proceedings of the 23rd Nordic Conference on Computational Linguistics (NoDaLiDa 2021).
|
81 |
+
|
82 |
+
```bash
|
83 |
+
@inproceedings{dagw,
|
84 |
+
title = {{The Danish Gigaword Corpus}},
|
85 |
+
author = {Leon Derczynski and Manuel R. Ciosici and Rebekah Baglini and Morten H. Christiansen and Jacob Aarup Dalsgaard and Riccardo Fusaroli and Peter Juel Henrichsen and Rasmus Hvingelby and Andreas Kirkedal and Alex Speed Kjeldsen and Claus Ladefoged and Finn Årup Nielsen and Jens Madsen and Malte Lau Petersen and Jonathan Hvithamar Rystrøm and Daniel Varab},
|
86 |
+
year = 2021,
|
87 |
+
booktitle = {Proceedings of the 23rd Nordic Conference on Computational Linguistics},
|
88 |
+
publisher = {NEALT}
|
89 |
+
}
|
90 |
+
```
|
data/botxt/botxt.md
CHANGED
@@ -12,9 +12,14 @@ task_categories:
|
|
12 |
task_ids:
|
13 |
- language-modeling
|
14 |
---
|
15 |
-
# Dataset Card for Bornholmsk
|
|
|
16 |
## Dataset Description
|
17 |
|
|
|
|
|
|
|
|
|
18 |
<!-- START-DESC-STATS -->
|
19 |
|
20 |
- **Language**: dan, dansk, Danish
|
@@ -63,3 +68,22 @@ Creative Commons Legal Code
|
|
63 |
CC0 1.0 Universal
|
64 |
</p>
|
65 |
</details>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
task_ids:
|
13 |
- language-modeling
|
14 |
---
|
15 |
+
# Dataset Card for Bornholmsk
|
16 |
+
|
17 |
## Dataset Description
|
18 |
|
19 |
+
The Bornholmsk Ordbog Dictionary Project
|
20 |
+
|
21 |
+
Fictional texts of various kinds written in Bornholmsk, the dialect spoken on the Danish island of Bornholm (The language code for Bornholmsk under IETF BCP-47 is da-bornholm), have been digitized (OCR’ed and proofread) by volunteers working within the recently resumed Bornholmsk Ordbog dictionary project (Kjeldsen, 2019). Most of the material included is written by Otto J. Lund in the period 1930-48 (novels, short stories, and poems). The Bornholmsk subcorpus, which in its present state amounts to circa 400 K words, also includes folk stories published by J. P. Kuhre in 1938, and by K. M. Kofoed in 1935, fictional letters by various authors published in the 1930s, as well as poems by Alfred Jensen published in 1948 and various other texts from the same period. The non-standardized orthography varies considerably from source to source. The Bornholmsk part of the Danish Gigaword is a significantly extended dataset, well beyond that studied in earlier NLP work on the dialect [(Derczynski and Kjeldsen, 2019)](https://aclanthology.org/W19-6138/).
|
22 |
+
|
23 |
<!-- START-DESC-STATS -->
|
24 |
|
25 |
- **Language**: dan, dansk, Danish
|
|
|
68 |
CC0 1.0 Universal
|
69 |
</p>
|
70 |
</details>
|
71 |
+
|
72 |
+
## Additional Information
|
73 |
+
|
74 |
+
|
75 |
+
### Citation Information
|
76 |
+
|
77 |
+
This dataset was initially published as part of the [Danish gigaword](https://huggingface.co/danish-foundation-models). We recommend that you cite and reference it if you use this dataset:
|
78 |
+
|
79 |
+
> Derczynski, L., Ciosici, M. R., et al. (2021). The Danish Gigaword Corpus. In Proceedings of the 23rd Nordic Conference on Computational Linguistics (NoDaLiDa 2021).
|
80 |
+
|
81 |
+
```bash
|
82 |
+
@inproceedings{dagw,
|
83 |
+
title = {{The Danish Gigaword Corpus}},
|
84 |
+
author = {Leon Derczynski and Manuel R. Ciosici and Rebekah Baglini and Morten H. Christiansen and Jacob Aarup Dalsgaard and Riccardo Fusaroli and Peter Juel Henrichsen and Rasmus Hvingelby and Andreas Kirkedal and Alex Speed Kjeldsen and Claus Ladefoged and Finn Årup Nielsen and Jens Madsen and Malte Lau Petersen and Jonathan Hvithamar Rystrøm and Daniel Varab},
|
85 |
+
year = 2021,
|
86 |
+
booktitle = {Proceedings of the 23rd Nordic Conference on Computational Linguistics},
|
87 |
+
publisher = {NEALT}
|
88 |
+
}
|
89 |
+
```
|
data/dannet/dannet.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
pretty_name: DanNet
|
3 |
language:
|
4 |
- da
|
5 |
license: DanNet 1.0 License
|
@@ -12,7 +12,13 @@ task_categories:
|
|
12 |
task_ids:
|
13 |
- language-modeling
|
14 |
---
|
15 |
-
# Dataset Card for DanNet
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
## Dataset Description
|
17 |
|
18 |
<!-- START-DESC-STATS -->
|
@@ -35,45 +41,7 @@ An example from the dataset looks as follows.
|
|
35 |
'created': '2000-01-01, 2022-01-01',
|
36 |
'metadata': {
|
37 |
'domain': 'dannet',
|
38 |
-
'license': 'Commercial Use of DanNet
|
39 |
-
|
40 |
-
DanNet may be used in commercial applications in accordance with the following
|
41 |
-
license agreement. An attorney representing the commercial interest should
|
42 |
-
review this DanNet license with respect to the intended use.
|
43 |
-
|
44 |
-
DanNet 1.0 License
|
45 |
-
|
46 |
-
DanNet Release 2.1
|
47 |
-
|
48 |
-
This software and database is being provided to you, the LICENSEE, by University
|
49 |
-
of Copenhagen and Society for Danish Language and Literature under the following
|
50 |
-
license. By obtaining, using and/or copying this software and database, you
|
51 |
-
agree that you have read, understood, and will comply with these terms and
|
52 |
-
conditions.
|
53 |
-
|
54 |
-
Permission to use, copy, modify and distribute this software and database and
|
55 |
-
its documentation for any purpose and without fee or royalty is hereby granted,
|
56 |
-
provided that you agree to comply with the following copyright notice and
|
57 |
-
statements, including the disclaimer, and that the same appear on ALL copies of
|
58 |
-
the software, database and documentation, including modifications that you make
|
59 |
-
for internal use or for distribution.
|
60 |
-
|
61 |
-
THIS SOFTWARE AND DATABASE IS PROVIDED "AS IS" AND UNIVERSITY OF COPENHAGEN and
|
62 |
-
SOCIETY FOR DANISH LANGUAGE AND LITERATURE MAKE NO REPRESENTATIONS OR
|
63 |
-
WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION,
|
64 |
-
UNIVERSITY OF COPENHAGEN AND SOCIETY FOR DANISH LANGUAGE AND LITERATURE MAKE NO
|
65 |
-
REPRESENTATIONS OR WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR
|
66 |
-
PURPOSE OR THAT THE USE OF THE LICENSED SOFTWARE, DATABASE OR DOCUMENTATION WILL
|
67 |
-
NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
|
68 |
-
|
69 |
-
The names of University of Copenhagen and Society for Danish Language and
|
70 |
-
Literature may not be used in advertising or publicity pertaining to
|
71 |
-
distribution of the software and/or database. Title to copyright in this
|
72 |
-
software, database and any associated documentation shall at all times remain
|
73 |
-
with University of Copenhagen and Society for Danish Language and Literature and
|
74 |
-
LICENSEE agrees to preserve same.
|
75 |
-
|
76 |
-
DanNet 2.1 Copyright 2009-12 by University of Copenhagen and Society for Danish',
|
77 |
'source-pretty': 'DanNet (Danish WordNet)'
|
78 |
}
|
79 |
}
|
@@ -133,3 +101,23 @@ LICENSEE agrees to preserve same.
|
|
133 |
DanNet 2.1 Copyright 2009-12 by University of Copenhagen and Society for Danish
|
134 |
</p>
|
135 |
</details>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
pretty_name: DanNet
|
3 |
language:
|
4 |
- da
|
5 |
license: DanNet 1.0 License
|
|
|
12 |
task_ids:
|
13 |
- language-modeling
|
14 |
---
|
15 |
+
# Dataset Card for DanNet
|
16 |
+
|
17 |
+
[DanNet](https://cst.ku.dk/projekter/dannet) is a Danish WordNet.
|
18 |
+
|
19 |
+
A WordNet is a lexico-semantic network which show the meaning and the relation between words through named connections. It can be considered a machine-readable dictionary.
|
20 |
+
|
21 |
+
|
22 |
## Dataset Description
|
23 |
|
24 |
<!-- START-DESC-STATS -->
|
|
|
41 |
'created': '2000-01-01, 2022-01-01',
|
42 |
'metadata': {
|
43 |
'domain': 'dannet',
|
44 |
+
'license': 'Commercial Use of DanNet [...]',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
'source-pretty': 'DanNet (Danish WordNet)'
|
46 |
}
|
47 |
}
|
|
|
101 |
DanNet 2.1 Copyright 2009-12 by University of Copenhagen and Society for Danish
|
102 |
</p>
|
103 |
</details>
|
104 |
+
|
105 |
+
|
106 |
+
## Additional Information
|
107 |
+
|
108 |
+
|
109 |
+
### Citation Information
|
110 |
+
|
111 |
+
This dataset was initially published as part of the [Danish gigaword](https://huggingface.co/danish-foundation-models). We recommend that you cite and reference it if you use this dataset:
|
112 |
+
|
113 |
+
> Derczynski, L., Ciosici, M. R., et al. (2021). The Danish Gigaword Corpus. In Proceedings of the 23rd Nordic Conference on Computational Linguistics (NoDaLiDa 2021).
|
114 |
+
|
115 |
+
```bash
|
116 |
+
@inproceedings{dagw,
|
117 |
+
title = {{The Danish Gigaword Corpus}},
|
118 |
+
author = {Leon Derczynski and Manuel R. Ciosici and Rebekah Baglini and Morten H. Christiansen and Jacob Aarup Dalsgaard and Riccardo Fusaroli and Peter Juel Henrichsen and Rasmus Hvingelby and Andreas Kirkedal and Alex Speed Kjeldsen and Claus Ladefoged and Finn Årup Nielsen and Jens Madsen and Malte Lau Petersen and Jonathan Hvithamar Rystrøm and Daniel Varab},
|
119 |
+
year = 2021,
|
120 |
+
booktitle = {Proceedings of the 23rd Nordic Conference on Computational Linguistics},
|
121 |
+
publisher = {NEALT}
|
122 |
+
}
|
123 |
+
```
|
data/depbank/depbank.md
CHANGED
@@ -13,6 +13,13 @@ task_ids:
|
|
13 |
- language-modeling
|
14 |
---
|
15 |
# Dataset Card for Danish Dependency Treebank
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
## Dataset Description
|
17 |
|
18 |
<!-- START-DESC-STATS -->
|
@@ -57,3 +64,23 @@ An example from the dataset looks as follows.
|
|
57 |
Attribution-ShareAlike 4.0 International
|
58 |
</p>
|
59 |
</details>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
- language-modeling
|
14 |
---
|
15 |
# Dataset Card for Danish Dependency Treebank
|
16 |
+
|
17 |
+
The Danish subsection of the [Universal Dependencies Treebank](https://github.com/UniversalDependencies/UD_Danish-DDT).
|
18 |
+
|
19 |
+
The Danish UD treebank has been converted from the Danish Dependency Treebank (Buch-Kromman, 2003) into Universal Dependencies (UD). It consists of 5,512 sentences (100k words). The Danish source texts and the Danish part-of-speech tags were created by the PAROLE-DK project (Keson 1998) by the Danish Society for Language and Literature.
|
20 |
+
|
21 |
+
While the dataset was initially intended as a rich annotation, this corpora only uses the raw text.
|
22 |
+
|
23 |
## Dataset Description
|
24 |
|
25 |
<!-- START-DESC-STATS -->
|
|
|
64 |
Attribution-ShareAlike 4.0 International
|
65 |
</p>
|
66 |
</details>
|
67 |
+
|
68 |
+
|
69 |
+
## Additional Information
|
70 |
+
|
71 |
+
|
72 |
+
### Citation Information
|
73 |
+
|
74 |
+
This dataset was initially published as part of the [Danish gigaword](https://huggingface.co/danish-foundation-models). We recommend that you cite and reference it if you use this dataset:
|
75 |
+
|
76 |
+
> Derczynski, L., Ciosici, M. R., et al. (2021). The Danish Gigaword Corpus. In Proceedings of the 23rd Nordic Conference on Computational Linguistics (NoDaLiDa 2021).
|
77 |
+
|
78 |
+
```bash
|
79 |
+
@inproceedings{dagw,
|
80 |
+
title = {{The Danish Gigaword Corpus}},
|
81 |
+
author = {Leon Derczynski and Manuel R. Ciosici and Rebekah Baglini and Morten H. Christiansen and Jacob Aarup Dalsgaard and Riccardo Fusaroli and Peter Juel Henrichsen and Rasmus Hvingelby and Andreas Kirkedal and Alex Speed Kjeldsen and Claus Ladefoged and Finn Årup Nielsen and Jens Madsen and Malte Lau Petersen and Jonathan Hvithamar Rystrøm and Daniel Varab},
|
82 |
+
year = 2021,
|
83 |
+
booktitle = {Proceedings of the 23rd Nordic Conference on Computational Linguistics},
|
84 |
+
publisher = {NEALT}
|
85 |
+
}
|
86 |
+
```
|
data/ep/ep.md
CHANGED
@@ -13,6 +13,12 @@ task_ids:
|
|
13 |
- language-modeling
|
14 |
---
|
15 |
# Dataset Card for European Parliament
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
## Dataset Description
|
17 |
|
18 |
<!-- START-DESC-STATS -->
|
@@ -61,3 +67,23 @@ Creative Commons Legal Code
|
|
61 |
CC0 1.0 Universal
|
62 |
</p>
|
63 |
</details>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
- language-modeling
|
14 |
---
|
15 |
# Dataset Card for European Parliament
|
16 |
+
|
17 |
+
The Danish subsection of [Europarl](https://aclanthology.org/2005.mtsummit-papers.11/).
|
18 |
+
|
19 |
+
The europarl is a corpus of parallel text in 11 languages from the proceedings of the European Parliament, which are published on the web. This corpus has found widespread use in the NLP community. It was initially intended as training data for statistical machine translation.
|
20 |
+
|
21 |
+
|
22 |
## Dataset Description
|
23 |
|
24 |
<!-- START-DESC-STATS -->
|
|
|
67 |
CC0 1.0 Universal
|
68 |
</p>
|
69 |
</details>
|
70 |
+
|
71 |
+
|
72 |
+
## Additional Information
|
73 |
+
|
74 |
+
|
75 |
+
### Citation Information
|
76 |
+
|
77 |
+
This dataset was initially published as part of the [Danish gigaword](https://huggingface.co/danish-foundation-models). We recommend that you cite and reference it if you use this dataset:
|
78 |
+
|
79 |
+
> Derczynski, L., Ciosici, M. R., et al. (2021). The Danish Gigaword Corpus. In Proceedings of the 23rd Nordic Conference on Computational Linguistics (NoDaLiDa 2021).
|
80 |
+
|
81 |
+
```bash
|
82 |
+
@inproceedings{dagw,
|
83 |
+
title = {{The Danish Gigaword Corpus}},
|
84 |
+
author = {Leon Derczynski and Manuel R. Ciosici and Rebekah Baglini and Morten H. Christiansen and Jacob Aarup Dalsgaard and Riccardo Fusaroli and Peter Juel Henrichsen and Rasmus Hvingelby and Andreas Kirkedal and Alex Speed Kjeldsen and Claus Ladefoged and Finn Årup Nielsen and Jens Madsen and Malte Lau Petersen and Jonathan Hvithamar Rystrøm and Daniel Varab},
|
85 |
+
year = 2021,
|
86 |
+
booktitle = {Proceedings of the 23rd Nordic Conference on Computational Linguistics},
|
87 |
+
publisher = {NEALT}
|
88 |
+
}
|
89 |
+
```
|
data/ft/ft.md
CHANGED
@@ -13,8 +13,15 @@ task_ids:
|
|
13 |
- language-modeling
|
14 |
---
|
15 |
# Dataset Card for Folketinget (Danish Parliament)
|
|
|
16 |
## Dataset Description
|
17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
<!-- START-DESC-STATS -->
|
19 |
|
20 |
- **Language**: dan, dansk, Danish
|
@@ -61,3 +68,22 @@ Creative Commons Legal Code
|
|
61 |
CC0 1.0 Universal
|
62 |
</p>
|
63 |
</details>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
- language-modeling
|
14 |
---
|
15 |
# Dataset Card for Folketinget (Danish Parliament)
|
16 |
+
|
17 |
## Dataset Description
|
18 |
|
19 |
+
This dataset consists of records from all meetings of The Danish parliament (Folketinget) in the parliament hall.
|
20 |
+
|
21 |
+
All records have a transcript produced by commercial Automatic Speech Recognition (ASR) followed by postediting by linguists employed by Folketinget for intelligibility, i.e., edit out dysfluencies, restarts, repairs, and mistakes. The transcript is, therefore, not a representation of spoken Danish but rather information content.
|
22 |
+
|
23 |
+
In the parliament hall, one speaker at a time addresses members of the parliament. Monologues may include rebuttals or other comments to statements in previous monologues. While speakers can read aloud from a prepared statement or speak extemporaneously, we expect no difference to be apparent in the data because of the post-editing. The Folketinget section covers parliament hall sessions between 2009 and 2019. It contains discussions on a wide range of topics, issues, and named entities relevant to Danish society.
|
24 |
+
|
25 |
<!-- START-DESC-STATS -->
|
26 |
|
27 |
- **Language**: dan, dansk, Danish
|
|
|
68 |
CC0 1.0 Universal
|
69 |
</p>
|
70 |
</details>
|
71 |
+
|
72 |
+
## Additional Information
|
73 |
+
|
74 |
+
|
75 |
+
### Citation Information
|
76 |
+
|
77 |
+
This dataset was initially published as part of the [Danish gigaword](https://huggingface.co/danish-foundation-models). We recommend that you cite and reference it if you use this dataset:
|
78 |
+
|
79 |
+
> Derczynski, L., Ciosici, M. R., et al. (2021). The Danish Gigaword Corpus. In Proceedings of the 23rd Nordic Conference on Computational Linguistics (NoDaLiDa 2021).
|
80 |
+
|
81 |
+
```bash
|
82 |
+
@inproceedings{dagw,
|
83 |
+
title = {{The Danish Gigaword Corpus}},
|
84 |
+
author = {Leon Derczynski and Manuel R. Ciosici and Rebekah Baglini and Morten H. Christiansen and Jacob Aarup Dalsgaard and Riccardo Fusaroli and Peter Juel Henrichsen and Rasmus Hvingelby and Andreas Kirkedal and Alex Speed Kjeldsen and Claus Ladefoged and Finn Årup Nielsen and Jens Madsen and Malte Lau Petersen and Jonathan Hvithamar Rystrøm and Daniel Varab},
|
85 |
+
year = 2021,
|
86 |
+
booktitle = {Proceedings of the 23rd Nordic Conference on Computational Linguistics},
|
87 |
+
publisher = {NEALT}
|
88 |
+
}
|
89 |
+
```
|
data/gutenberg/gutenberg.md
CHANGED
@@ -13,8 +13,13 @@ task_ids:
|
|
13 |
- language-modeling
|
14 |
---
|
15 |
# Dataset Card for Gutenberg
|
|
|
16 |
## Dataset Description
|
17 |
|
|
|
|
|
|
|
|
|
18 |
<!-- START-DESC-STATS -->
|
19 |
|
20 |
- **Language**: dan, dansk, Danish
|
@@ -28,338 +33,14 @@ task_ids:
|
|
28 |
An example from the dataset looks as follows.
|
29 |
```yaml
|
30 |
{
|
31 |
-
'text': 'Afskriverens bemærkninger: Åbenlyse trykfejl er re',
|
32 |
'source': 'gutenberg',
|
33 |
'id': 'gutenberg_43899',
|
34 |
'added': '2020-09-12',
|
35 |
'created': '1700-01-01, 2022-01-01',
|
36 |
'metadata': {
|
37 |
'domain': 'Wiki & Books',
|
38 |
-
'license': '
|
39 |
-
|
40 |
-
THE FULL PROJECT GUTENBERG LICENSE
|
41 |
-
PLEASE READ THIS BEFORE YOU DISTRIBUTE OR USE THIS WORK
|
42 |
-
|
43 |
-
To protect the Project Gutenberg-tm mission of promoting the free
|
44 |
-
distribution of electronic works, by using or distributing this work
|
45 |
-
(or any other work associated in any way with the phrase "Project
|
46 |
-
Gutenberg"), you agree to comply with all the terms of the Full Project
|
47 |
-
Gutenberg-tm License available with this file or online at
|
48 |
-
www.gutenberg.org/license.
|
49 |
-
|
50 |
-
|
51 |
-
Section 1. General Terms of Use and Redistributing Project Gutenberg-tm
|
52 |
-
electronic works
|
53 |
-
|
54 |
-
1.A. By reading or using any part of this Project Gutenberg-tm
|
55 |
-
electronic work, you indicate that you have read, understand, agree to
|
56 |
-
and accept all the terms of this license and intellectual property
|
57 |
-
(trademark/copyright) agreement. If you do not agree to abide by all
|
58 |
-
the terms of this agreement, you must cease using and return or destroy
|
59 |
-
all copies of Project Gutenberg-tm electronic works in your possession.
|
60 |
-
If you paid a fee for obtaining a copy of or access to a Project
|
61 |
-
Gutenberg-tm electronic work and you do not agree to be bound by the
|
62 |
-
terms of this agreement, you may obtain a refund from the person or
|
63 |
-
entity to whom you paid the fee as set forth in paragraph 1.E.8.
|
64 |
-
|
65 |
-
1.B. "Project Gutenberg" is a registered trademark. It may only be
|
66 |
-
used on or associated in any way with an electronic work by people who
|
67 |
-
agree to be bound by the terms of this agreement. There are a few
|
68 |
-
things that you can do with most Project Gutenberg-tm electronic works
|
69 |
-
even without complying with the full terms of this agreement. See
|
70 |
-
paragraph 1.C below. There are a lot of things you can do with Project
|
71 |
-
Gutenberg-tm electronic works if you follow the terms of this agreement
|
72 |
-
and help preserve free future access to Project Gutenberg-tm electronic
|
73 |
-
works. See paragraph 1.E below.
|
74 |
-
|
75 |
-
1.C. The Project Gutenberg Literary Archive Foundation ("the Foundation"
|
76 |
-
or PGLAF), owns a compilation copyright in the collection of Project
|
77 |
-
Gutenberg-tm electronic works. Nearly all the individual works in the
|
78 |
-
collection are in the public domain in the United States. If an
|
79 |
-
individual work is in the public domain in the United States and you are
|
80 |
-
located in the United States, we do not claim a right to prevent you from
|
81 |
-
copying, distributing, performing, displaying or creating derivative
|
82 |
-
works based on the work as long as all references to Project Gutenberg
|
83 |
-
are removed. Of course, we hope that you will support the Project
|
84 |
-
Gutenberg-tm mission of promoting free access to electronic works by
|
85 |
-
freely sharing Project Gutenberg-tm works in compliance with the terms of
|
86 |
-
this agreement for keeping the Project Gutenberg-tm name associated with
|
87 |
-
the work. You can easily comply with the terms of this agreement by
|
88 |
-
keeping this work in the same format with its attached full Project
|
89 |
-
Gutenberg-tm License when you share it without charge with others.
|
90 |
-
|
91 |
-
1.D. The copyright laws of the place where you are located also govern
|
92 |
-
what you can do with this work. Copyright laws in most countries are in
|
93 |
-
a constant state of change. If you are outside the United States, check
|
94 |
-
the laws of your country in addition to the terms of this agreement
|
95 |
-
before downloading, copying, displaying, performing, distributing or
|
96 |
-
creating derivative works based on this work or any other Project
|
97 |
-
Gutenberg-tm work. The Foundation makes no representations concerning
|
98 |
-
the copyright status of any work in any country outside the United
|
99 |
-
States.
|
100 |
-
|
101 |
-
1.E. Unless you have removed all references to Project Gutenberg:
|
102 |
-
|
103 |
-
1.E.1. The following sentence, with active links to, or other immediate
|
104 |
-
access to, the full Project Gutenberg-tm License must appear prominently
|
105 |
-
whenever any copy of a Project Gutenberg-tm work (any work on which the
|
106 |
-
phrase "Project Gutenberg" appears, or with which the phrase "Project
|
107 |
-
Gutenberg" is associated) is accessed, displayed, performed, viewed,
|
108 |
-
copied or distributed:
|
109 |
-
|
110 |
-
This eBook is for the use of anyone anywhere at no cost and with
|
111 |
-
almost no restrictions whatsoever. You may copy it, give it away or
|
112 |
-
re-use it under the terms of the Project Gutenberg License included
|
113 |
-
with this eBook or online at www.gutenberg.org
|
114 |
-
|
115 |
-
1.E.2. If an individual Project Gutenberg-tm electronic work is derived
|
116 |
-
from the public domain (does not contain a notice indicating that it is
|
117 |
-
posted with permission of the copyright holder), the work can be copied
|
118 |
-
and distributed to anyone in the United States without paying any fees
|
119 |
-
or charges. If you are redistributing or providing access to a work
|
120 |
-
with the phrase "Project Gutenberg" associated with or appearing on the
|
121 |
-
work, you must comply either with the requirements of paragraphs 1.E.1
|
122 |
-
through 1.E.7 or obtain permission for the use of the work and the
|
123 |
-
Project Gutenberg-tm trademark as set forth in paragraphs 1.E.8 or
|
124 |
-
1.E.9.
|
125 |
-
|
126 |
-
1.E.3. If an individual Project Gutenberg-tm electronic work is posted
|
127 |
-
with the permission of the copyright holder, your use and distribution
|
128 |
-
must comply with both paragraphs 1.E.1 through 1.E.7 and any additional
|
129 |
-
terms imposed by the copyright holder. Additional terms will be linked
|
130 |
-
to the Project Gutenberg-tm License for all works posted with the
|
131 |
-
permission of the copyright holder found at the beginning of this work.
|
132 |
-
|
133 |
-
1.E.4. Do not unlink or detach or remove the full Project Gutenberg-tm
|
134 |
-
License terms from this work, or any files containing a part of this
|
135 |
-
work or any other work associated with Project Gutenberg-tm.
|
136 |
-
|
137 |
-
1.E.5. Do not copy, display, perform, distribute or redistribute this
|
138 |
-
electronic work, or any part of this electronic work, without
|
139 |
-
prominently displaying the sentence set forth in paragraph 1.E.1 with
|
140 |
-
active links or immediate access to the full terms of the Project
|
141 |
-
Gutenberg-tm License.
|
142 |
-
|
143 |
-
1.E.6. You may convert to and distribute this work in any binary,
|
144 |
-
compressed, marked up, nonproprietary or proprietary form, including any
|
145 |
-
word processing or hypertext form. However, if you provide access to or
|
146 |
-
distribute copies of a Project Gutenberg-tm work in a format other than
|
147 |
-
"Plain Vanilla ASCII" or other format used in the official version
|
148 |
-
posted on the official Project Gutenberg-tm web site (www.gutenberg.org),
|
149 |
-
you must, at no additional cost, fee or expense to the user, provide a
|
150 |
-
copy, a means of exporting a copy, or a means of obtaining a copy upon
|
151 |
-
request, of the work in its original "Plain Vanilla ASCII" or other
|
152 |
-
form. Any alternate format must include the full Project Gutenberg-tm
|
153 |
-
License as specified in paragraph 1.E.1.
|
154 |
-
|
155 |
-
1.E.7. Do not charge a fee for access to, viewing, displaying,
|
156 |
-
performing, copying or distributing any Project Gutenberg-tm works
|
157 |
-
unless you comply with paragraph 1.E.8 or 1.E.9.
|
158 |
-
|
159 |
-
1.E.8. You may charge a reasonable fee for copies of or providing
|
160 |
-
access to or distributing Project Gutenberg-tm electronic works provided
|
161 |
-
that
|
162 |
-
|
163 |
-
- You pay a royalty fee of 20% of the gross profits you derive from
|
164 |
-
the use of Project Gutenberg-tm works calculated using the method
|
165 |
-
you already use to calculate your applicable taxes. The fee is
|
166 |
-
owed to the owner of the Project Gutenberg-tm trademark, but he
|
167 |
-
has agreed to donate royalties under this paragraph to the
|
168 |
-
Project Gutenberg Literary Archive Foundation. Royalty payments
|
169 |
-
must be paid within 60 days following each date on which you
|
170 |
-
prepare (or are legally required to prepare) your periodic tax
|
171 |
-
returns. Royalty payments should be clearly marked as such and
|
172 |
-
sent to the Project Gutenberg Literary Archive Foundation at the
|
173 |
-
address specified in Section 4, "Information about donations to
|
174 |
-
the Project Gutenberg Literary Archive Foundation."
|
175 |
-
|
176 |
-
- You provide a full refund of any money paid by a user who notifies
|
177 |
-
you in writing (or by e-mail) within 30 days of receipt that s/he
|
178 |
-
does not agree to the terms of the full Project Gutenberg-tm
|
179 |
-
License. You must require such a user to return or
|
180 |
-
destroy all copies of the works possessed in a physical medium
|
181 |
-
and discontinue all use of and all access to other copies of
|
182 |
-
Project Gutenberg-tm works.
|
183 |
-
|
184 |
-
- You provide, in accordance with paragraph 1.F.3, a full refund of any
|
185 |
-
money paid for a work or a replacement copy, if a defect in the
|
186 |
-
electronic work is discovered and reported to you within 90 days
|
187 |
-
of receipt of the work.
|
188 |
-
|
189 |
-
- You comply with all other terms of this agreement for free
|
190 |
-
distribution of Project Gutenberg-tm works.
|
191 |
-
|
192 |
-
1.E.9. If you wish to charge a fee or distribute a Project Gutenberg-tm
|
193 |
-
electronic work or group of works on different terms than are set
|
194 |
-
forth in this agreement, you must obtain permission in writing from
|
195 |
-
both the Project Gutenberg Literary Archive Foundation and Michael
|
196 |
-
Hart, the owner of the Project Gutenberg-tm trademark. Contact the
|
197 |
-
Foundation as set forth in Section 3 below.
|
198 |
-
|
199 |
-
1.F.
|
200 |
-
|
201 |
-
1.F.1. Project Gutenberg volunteers and employees expend considerable
|
202 |
-
effort to identify, do copyright research on, transcribe and proofread
|
203 |
-
public domain works in creating the Project Gutenberg-tm
|
204 |
-
collection. Despite these efforts, Project Gutenberg-tm electronic
|
205 |
-
works, and the medium on which they may be stored, may contain
|
206 |
-
"Defects," such as, but not limited to, incomplete, inaccurate or
|
207 |
-
corrupt data, transcription errors, a copyright or other intellectual
|
208 |
-
property infringement, a defective or damaged disk or other medium, a
|
209 |
-
computer virus, or computer codes that damage or cannot be read by
|
210 |
-
your equipment.
|
211 |
-
|
212 |
-
1.F.2. LIMITED WARRANTY, DISCLAIMER OF DAMAGES - Except for the "Right
|
213 |
-
of Replacement or Refund" described in paragraph 1.F.3, the Project
|
214 |
-
Gutenberg Literary Archive Foundation, the owner of the Project
|
215 |
-
Gutenberg-tm trademark, and any other party distributing a Project
|
216 |
-
Gutenberg-tm electronic work under this agreement, disclaim all
|
217 |
-
liability to you for damages, costs and expenses, including legal
|
218 |
-
fees. YOU AGREE THAT YOU HAVE NO REMEDIES FOR NEGLIGENCE, STRICT
|
219 |
-
LIABILITY, BREACH OF WARRANTY OR BREACH OF CONTRACT EXCEPT THOSE
|
220 |
-
PROVIDED IN PARAGRAPH 1.F.3. YOU AGREE THAT THE FOUNDATION, THE
|
221 |
-
TRADEMARK OWNER, AND ANY DISTRIBUTOR UNDER THIS AGREEMENT WILL NOT BE
|
222 |
-
LIABLE TO YOU FOR ACTUAL, DIRECT, INDIRECT, CONSEQUENTIAL, PUNITIVE OR
|
223 |
-
INCIDENTAL DAMAGES EVEN IF YOU GIVE NOTICE OF THE POSSIBILITY OF SUCH
|
224 |
-
DAMAGE.
|
225 |
-
|
226 |
-
1.F.3. LIMITED RIGHT OF REPLACEMENT OR REFUND - If you discover a
|
227 |
-
defect in this electronic work within 90 days of receiving it, you can
|
228 |
-
receive a refund of the money (if any) you paid for it by sending a
|
229 |
-
written explanation to the person you received the work from. If you
|
230 |
-
received the work on a physical medium, you must return the medium with
|
231 |
-
your written explanation. The person or entity that provided you with
|
232 |
-
the defective work may elect to provide a replacement copy in lieu of a
|
233 |
-
refund. If you received the work electronically, the person or entity
|
234 |
-
providing it to you may choose to give you a second opportunity to
|
235 |
-
receive the work electronically in lieu of a refund. If the second copy
|
236 |
-
is also defective, you may demand a refund in writing without further
|
237 |
-
opportunities to fix the problem.
|
238 |
-
|
239 |
-
1.F.4. Except for the limited right of replacement or refund set forth
|
240 |
-
in paragraph 1.F.3, this work is provided to you 'AS-IS', WITH NO OTHER
|
241 |
-
WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
|
242 |
-
WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PURPOSE.
|
243 |
-
|
244 |
-
1.F.5. Some states do not allow disclaimers of certain implied
|
245 |
-
warranties or the exclusion or limitation of certain types of damages.
|
246 |
-
If any disclaimer or limitation set forth in this agreement violates the
|
247 |
-
law of the state applicable to this agreement, the agreement shall be
|
248 |
-
interpreted to make the maximum disclaimer or limitation permitted by
|
249 |
-
the applicable state law. The invalidity or unenforceability of any
|
250 |
-
provision of this agreement shall not void the remaining provisions.
|
251 |
-
|
252 |
-
1.F.6. INDEMNITY - You agree to indemnify and hold the Foundation, the
|
253 |
-
trademark owner, any agent or employee of the Foundation, anyone
|
254 |
-
providing copies of Project Gutenberg-tm electronic works in accordance
|
255 |
-
with this agreement, and any volunteers associated with the production,
|
256 |
-
promotion and distribution of Project Gutenberg-tm electronic works,
|
257 |
-
harmless from all liability, costs and expenses, including legal fees,
|
258 |
-
that arise directly or indirectly from any of the following which you do
|
259 |
-
or cause to occur: (a) distribution of this or any Project Gutenberg-tm
|
260 |
-
work, (b) alteration, modification, or additions or deletions to any
|
261 |
-
Project Gutenberg-tm work, and (c) any Defect you cause.
|
262 |
-
|
263 |
-
|
264 |
-
Section 2. Information about the Mission of Project Gutenberg-tm
|
265 |
-
|
266 |
-
Project Gutenberg-tm is synonymous with the free distribution of
|
267 |
-
electronic works in formats readable by the widest variety of computers
|
268 |
-
including obsolete, old, middle-aged and new computers. It exists
|
269 |
-
because of the efforts of hundreds of volunteers and donations from
|
270 |
-
people in all walks of life.
|
271 |
-
|
272 |
-
Volunteers and financial support to provide volunteers with the
|
273 |
-
assistance they need are critical to reaching Project Gutenberg-tm's
|
274 |
-
goals and ensuring that the Project Gutenberg-tm collection will
|
275 |
-
remain freely available for generations to come. In 2001, the Project
|
276 |
-
Gutenberg Literary Archive Foundation was created to provide a secure
|
277 |
-
and permanent future for Project Gutenberg-tm and future generations.
|
278 |
-
To learn more about the Project Gutenberg Literary Archive Foundation
|
279 |
-
and how your efforts and donations can help, see Sections 3 and 4
|
280 |
-
and the Foundation information page at www.gutenberg.org
|
281 |
-
|
282 |
-
|
283 |
-
Section 3. Information about the Project Gutenberg Literary Archive
|
284 |
-
Foundation
|
285 |
-
|
286 |
-
The Project Gutenberg Literary Archive Foundation is a non profit
|
287 |
-
501(c)(3) educational corporation organized under the laws of the
|
288 |
-
state of Mississippi and granted tax exempt status by the Internal
|
289 |
-
Revenue Service. The Foundation's EIN or federal tax identification
|
290 |
-
number is 64-6221541. Contributions to the Project Gutenberg
|
291 |
-
Literary Archive Foundation are tax deductible to the full extent
|
292 |
-
permitted by U.S. federal laws and your state's laws.
|
293 |
-
|
294 |
-
The Foundation's principal office is located at 4557 Melan Dr. S.
|
295 |
-
Fairbanks, AK, 99712., but its volunteers and employees are scattered
|
296 |
-
throughout numerous locations. Its business office is located at 809
|
297 |
-
North 1500 West, Salt Lake City, UT 84116, (801) 596-1887. Email
|
298 |
-
contact links and up to date contact information can be found at the
|
299 |
-
Foundation's web site and official page at www.gutenberg.org/contact
|
300 |
-
|
301 |
-
For additional contact information:
|
302 |
-
Dr. Gregory B. Newby
|
303 |
-
Chief Executive and Director
|
304 | |
305 |
-
|
306 |
-
Section 4. Information about Donations to the Project Gutenberg
|
307 |
-
Literary Archive Foundation
|
308 |
-
|
309 |
-
Project Gutenberg-tm depends upon and cannot survive without wide
|
310 |
-
spread public support and donations to carry out its mission of
|
311 |
-
increasing the number of public domain and licensed works that can be
|
312 |
-
freely distributed in machine readable form accessible by the widest
|
313 |
-
array of equipment including outdated equipment. Many small donations
|
314 |
-
($1 to $5,000) are particularly important to maintaining tax exempt
|
315 |
-
status with the IRS.
|
316 |
-
|
317 |
-
The Foundation is committed to complying with the laws regulating
|
318 |
-
charities and charitable donations in all 50 states of the United
|
319 |
-
States. Compliance requirements are not uniform and it takes a
|
320 |
-
considerable effort, much paperwork and many fees to meet and keep up
|
321 |
-
with these requirements. We do not solicit donations in locations
|
322 |
-
where we have not received written confirmation of compliance. To
|
323 |
-
SEND DONATIONS or determine the status of compliance for any
|
324 |
-
particular state visit www.gutenberg.org/donate
|
325 |
-
|
326 |
-
While we cannot and do not solicit contributions from states where we
|
327 |
-
have not met the solicitation requirements, we know of no prohibition
|
328 |
-
against accepting unsolicited donations from donors in such states who
|
329 |
-
approach us with offers to donate.
|
330 |
-
|
331 |
-
International donations are gratefully accepted, but we cannot make
|
332 |
-
any statements concerning tax treatment of donations received from
|
333 |
-
outside the United States. U.S. laws alone swamp our small staff.
|
334 |
-
|
335 |
-
Please check the Project Gutenberg Web pages for current donation
|
336 |
-
methods and addresses. Donations are accepted in a number of other
|
337 |
-
ways including checks, online payments and credit card donations.
|
338 |
-
To donate, please visit: www.gutenberg.org/donate
|
339 |
-
|
340 |
-
|
341 |
-
Section 5. General Information About Project Gutenberg-tm electronic
|
342 |
-
works.
|
343 |
-
|
344 |
-
Professor Michael S. Hart was the originator of the Project Gutenberg-tm
|
345 |
-
concept of a library of electronic works that could be freely shared
|
346 |
-
with anyone. For forty years, he produced and distributed Project
|
347 |
-
Gutenberg-tm eBooks with only a loose network of volunteer support.
|
348 |
-
|
349 |
-
Project Gutenberg-tm eBooks are often created from several printed
|
350 |
-
editions, all of which are confirmed as Public Domain in the U.S.
|
351 |
-
unless a copyright notice is included. Thus, we do not necessarily
|
352 |
-
keep eBooks in compliance with any particular paper edition.
|
353 |
-
|
354 |
-
Most people start at our Web site which has the main PG search facility:
|
355 |
-
|
356 |
-
www.gutenberg.org
|
357 |
-
|
358 |
-
This Web site includes information about Project Gutenberg-tm,
|
359 |
-
including how to make donations to the Project Gutenberg Literary
|
360 |
-
Archive Foundation, how to help produce our new eBooks, and how to
|
361 |
-
subscribe to our email newsletter to hear about new eBooks.
|
362 |
-
',
|
363 |
'source-pretty': 'Gutenberg'
|
364 |
}
|
365 |
}
|
@@ -705,3 +386,44 @@ subscribe to our email newsletter to hear about new eBooks.
|
|
705 |
|
706 |
</p>
|
707 |
</details>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
- language-modeling
|
14 |
---
|
15 |
# Dataset Card for Gutenberg
|
16 |
+
|
17 |
## Dataset Description
|
18 |
|
19 |
+
This dataset contains the Danish subsection from Project [Gutenberg](https://www.gutenberg.org).
|
20 |
+
|
21 |
+
Project Gutenberg is an online library of free eBooks. Project Gutenberg was the first provider of free electronic books, or eBooks.
|
22 |
+
|
23 |
<!-- START-DESC-STATS -->
|
24 |
|
25 |
- **Language**: dan, dansk, Danish
|
|
|
33 |
An example from the dataset looks as follows.
|
34 |
```yaml
|
35 |
{
|
36 |
+
'text': 'Afskriverens bemærkninger: Åbenlyse trykfejl er re [...]',
|
37 |
'source': 'gutenberg',
|
38 |
'id': 'gutenberg_43899',
|
39 |
'added': '2020-09-12',
|
40 |
'created': '1700-01-01, 2022-01-01',
|
41 |
'metadata': {
|
42 |
'domain': 'Wiki & Books',
|
43 |
+
'license': ' [...] THE FULL PROJECT GUTENBERG LICENSE [...]',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
'source-pretty': 'Gutenberg'
|
45 |
}
|
46 |
}
|
|
|
386 |
|
387 |
</p>
|
388 |
</details>
|
389 |
+
|
390 |
+
|
391 |
+
|
392 |
+
## Additional Information
|
393 |
+
|
394 |
+
|
395 |
+
### Citation Information
|
396 |
+
|
397 |
+
This dataset was initially published as part of the [Danish gigaword](https://huggingface.co/danish-foundation-models). We recommend that you cite and reference it if you use this dataset:
|
398 |
+
|
399 |
+
> Derczynski, L., Ciosici, M. R., et al. (2021). The Danish Gigaword Corpus. In Proceedings of the 23rd Nordic Conference on Computational Linguistics (NoDaLiDa 2021).
|
400 |
+
|
401 |
+
```bash
|
402 |
+
@inproceedings{dagw,
|
403 |
+
title = {{The Danish Gigaword Corpus}},
|
404 |
+
author = {Leon Derczynski and Manuel R. Ciosici and Rebekah Baglini and Morten H. Christiansen and Jacob Aarup Dalsgaard and Riccardo Fusaroli and Peter Juel Henrichsen and Rasmus Hvingelby and Andreas Kirkedal and Alex Speed Kjeldsen and Claus Ladefoged and Finn Årup Nielsen and Jens Madsen and Malte Lau Petersen and Jonathan Hvithamar Rystrøm and Daniel Varab},
|
405 |
+
year = 2021,
|
406 |
+
booktitle = {Proceedings of the 23rd Nordic Conference on Computational Linguistics},
|
407 |
+
publisher = {NEALT}
|
408 |
+
}
|
409 |
+
```
|
410 |
+
|
411 |
+
|
412 |
+
## Additional Information
|
413 |
+
|
414 |
+
|
415 |
+
### Citation Information
|
416 |
+
|
417 |
+
This dataset was initially published as part of the [Danish gigaword](https://huggingface.co/danish-foundation-models). We recommend that you cite and reference it if you use this dataset:
|
418 |
+
|
419 |
+
> Derczynski, L., Ciosici, M. R., et al. (2021). The Danish Gigaword Corpus. In Proceedings of the 23rd Nordic Conference on Computational Linguistics (NoDaLiDa 2021).
|
420 |
+
|
421 |
+
```bash
|
422 |
+
@inproceedings{dagw,
|
423 |
+
title = {{The Danish Gigaword Corpus}},
|
424 |
+
author = {Leon Derczynski and Manuel R. Ciosici and Rebekah Baglini and Morten H. Christiansen and Jacob Aarup Dalsgaard and Riccardo Fusaroli and Peter Juel Henrichsen and Rasmus Hvingelby and Andreas Kirkedal and Alex Speed Kjeldsen and Claus Ladefoged and Finn Årup Nielsen and Jens Madsen and Malte Lau Petersen and Jonathan Hvithamar Rystrøm and Daniel Varab},
|
425 |
+
year = 2021,
|
426 |
+
booktitle = {Proceedings of the 23rd Nordic Conference on Computational Linguistics},
|
427 |
+
publisher = {NEALT}
|
428 |
+
}
|
429 |
+
```
|
data/hest/hest.md
CHANGED
@@ -12,7 +12,14 @@ task_categories:
|
|
12 |
task_ids:
|
13 |
- language-modeling
|
14 |
---
|
15 |
-
# Dataset Card for Hestenettet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
## Dataset Description
|
17 |
|
18 |
<!-- START-DESC-STATS -->
|
@@ -62,3 +69,24 @@ Creative Commons Legal Code
|
|
62 |
CC0 1.0 Universal
|
63 |
</p>
|
64 |
</details>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
task_ids:
|
13 |
- language-modeling
|
14 |
---
|
15 |
+
# Dataset Card for Hestenettet
|
16 |
+
|
17 |
+
Extracts from www.heste-nettet.dk a Danish debate forum.
|
18 |
+
|
19 |
+
The forum have been in use since 1997 and it is used as a debate forum covering a wide range of everyday topics.
|
20 |
+
|
21 |
+
Its inclusion as training data for large language models have multiple times reached [national news](https://www.dr.dk/nyheder/viden/teknologi/heste-nettet-kan-blive-grundlag-kunstig-intelligens-paa-dansk).
|
22 |
+
|
23 |
## Dataset Description
|
24 |
|
25 |
<!-- START-DESC-STATS -->
|
|
|
69 |
CC0 1.0 Universal
|
70 |
</p>
|
71 |
</details>
|
72 |
+
|
73 |
+
|
74 |
+
|
75 |
+
## Additional Information
|
76 |
+
|
77 |
+
|
78 |
+
### Citation Information
|
79 |
+
|
80 |
+
This dataset was initially published as part of the [Danish gigaword](https://huggingface.co/danish-foundation-models). We recommend that you cite and reference it if you use this dataset:
|
81 |
+
|
82 |
+
> Derczynski, L., Ciosici, M. R., et al. (2021). The Danish Gigaword Corpus. In Proceedings of the 23rd Nordic Conference on Computational Linguistics (NoDaLiDa 2021).
|
83 |
+
|
84 |
+
```bash
|
85 |
+
@inproceedings{dagw,
|
86 |
+
title = {{The Danish Gigaword Corpus}},
|
87 |
+
author = {Leon Derczynski and Manuel R. Ciosici and Rebekah Baglini and Morten H. Christiansen and Jacob Aarup Dalsgaard and Riccardo Fusaroli and Peter Juel Henrichsen and Rasmus Hvingelby and Andreas Kirkedal and Alex Speed Kjeldsen and Claus Ladefoged and Finn Årup Nielsen and Jens Madsen and Malte Lau Petersen and Jonathan Hvithamar Rystrøm and Daniel Varab},
|
88 |
+
year = 2021,
|
89 |
+
booktitle = {Proceedings of the 23rd Nordic Conference on Computational Linguistics},
|
90 |
+
publisher = {NEALT}
|
91 |
+
}
|
92 |
+
```
|
data/jvj/jvj.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
pretty_name: Johannes V. Jensen
|
3 |
language:
|
4 |
- da
|
5 |
license: cc-by-sa-4.0
|
@@ -12,7 +12,14 @@ task_categories:
|
|
12 |
task_ids:
|
13 |
- language-modeling
|
14 |
---
|
15 |
-
# Dataset Card for Johannes V. Jensen
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
## Dataset Description
|
17 |
|
18 |
<!-- START-DESC-STATS -->
|
@@ -57,3 +64,23 @@ An example from the dataset looks as follows.
|
|
57 |
Attribution-ShareAlike 4.0 International
|
58 |
</p>
|
59 |
</details>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
pretty_name: Johannes V. Jensen
|
3 |
language:
|
4 |
- da
|
5 |
license: cc-by-sa-4.0
|
|
|
12 |
task_ids:
|
13 |
- language-modeling
|
14 |
---
|
15 |
+
# Dataset Card for Johannes V. Jensen
|
16 |
+
|
17 |
+
The works of the Danish author and poet, [Johannes V. Jensen](https://da.wikipedia.org/wiki/Johannes_V._Jensen).
|
18 |
+
|
19 |
+
|
20 |
+
|
21 |
+
|
22 |
+
|
23 |
## Dataset Description
|
24 |
|
25 |
<!-- START-DESC-STATS -->
|
|
|
64 |
Attribution-ShareAlike 4.0 International
|
65 |
</p>
|
66 |
</details>
|
67 |
+
|
68 |
+
|
69 |
+
## Additional Information
|
70 |
+
|
71 |
+
|
72 |
+
### Citation Information
|
73 |
+
|
74 |
+
This dataset was initially published as part of the [Danish gigaword](https://huggingface.co/danish-foundation-models). We recommend that you cite and reference it if you use this dataset:
|
75 |
+
|
76 |
+
> Derczynski, L., Ciosici, M. R., et al. (2021). The Danish Gigaword Corpus. In Proceedings of the 23rd Nordic Conference on Computational Linguistics (NoDaLiDa 2021).
|
77 |
+
|
78 |
+
```bash
|
79 |
+
@inproceedings{dagw,
|
80 |
+
title = {{The Danish Gigaword Corpus}},
|
81 |
+
author = {Leon Derczynski and Manuel R. Ciosici and Rebekah Baglini and Morten H. Christiansen and Jacob Aarup Dalsgaard and Riccardo Fusaroli and Peter Juel Henrichsen and Rasmus Hvingelby and Andreas Kirkedal and Alex Speed Kjeldsen and Claus Ladefoged and Finn Årup Nielsen and Jens Madsen and Malte Lau Petersen and Jonathan Hvithamar Rystrøm and Daniel Varab},
|
82 |
+
year = 2021,
|
83 |
+
booktitle = {Proceedings of the 23rd Nordic Conference on Computational Linguistics},
|
84 |
+
publisher = {NEALT}
|
85 |
+
}
|
86 |
+
```
|
data/naat/naat.md
CHANGED
@@ -13,6 +13,9 @@ task_ids:
|
|
13 |
- language-modeling
|
14 |
---
|
15 |
# Dataset Card for NAAT
|
|
|
|
|
|
|
16 |
## Dataset Description
|
17 |
|
18 |
<!-- START-DESC-STATS -->
|
|
|
13 |
- language-modeling
|
14 |
---
|
15 |
# Dataset Card for NAAT
|
16 |
+
|
17 |
+
A dataset of Danish speeches from 1930-2022.
|
18 |
+
|
19 |
## Dataset Description
|
20 |
|
21 |
<!-- START-DESC-STATS -->
|
data/nordjyllandnews/nordjyllandnews.md
CHANGED
@@ -15,7 +15,9 @@ task_ids:
|
|
15 |
|
16 |
# Dataset Card for Nordjylland News
|
17 |
|
18 |
-
|
|
|
|
|
19 |
|
20 |
## Dataset Description
|
21 |
|
@@ -27,6 +29,8 @@ source: https://huggingface.co/datasets/alexandrainst/nordjylland-news-summariza
|
|
27 |
|
28 |
<!-- END-DESC-STATS -->
|
29 |
|
|
|
|
|
30 |
|
31 |
## Opportunities for Improvement
|
32 |
|
@@ -34,3 +38,7 @@ An updated version of the this data could be fetched from their [API](https://de
|
|
34 |
|
35 |
# Sourced data
|
36 |
This dataset is derived from [`alexandrainst/nordjylland-news-summarization`](https://huggingface.co/datasets/alexandrainst/nordjylland-news-summarization)
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
# Dataset Card for Nordjylland News
|
17 |
|
18 |
+
Articles from Danish Newspaper [TV2 Nord](https://www.tv2nord.dk).
|
19 |
+
|
20 |
+
The data is derived from the Huggingface dataset [alexandrainst/nordjylland-news-summarization](https://huggingface.co/datasets/alexandrainst/nordjylland-news-summarization) originally intended for text summarization.
|
21 |
|
22 |
## Dataset Description
|
23 |
|
|
|
29 |
|
30 |
<!-- END-DESC-STATS -->
|
31 |
|
32 |
+
## Additional Information
|
33 |
+
|
34 |
|
35 |
## Opportunities for Improvement
|
36 |
|
|
|
38 |
|
39 |
# Sourced data
|
40 |
This dataset is derived from [`alexandrainst/nordjylland-news-summarization`](https://huggingface.co/datasets/alexandrainst/nordjylland-news-summarization)
|
41 |
+
|
42 |
+
### Citation Information
|
43 |
+
|
44 |
+
No citation is applicable for this work. We recommend citing the huggingface repository.
|
data/relig/relig.md
CHANGED
@@ -14,6 +14,8 @@ task_ids:
|
|
14 |
---
|
15 |
# Dataset Card for Religious texts
|
16 |
|
|
|
|
|
17 |
## Dataset Description
|
18 |
|
19 |
<!-- START-DESC-STATS -->
|
@@ -63,3 +65,23 @@ Creative Commons Legal Code
|
|
63 |
CC0 1.0 Universal
|
64 |
</p>
|
65 |
</details>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
# Dataset Card for Religious texts
|
16 |
|
17 |
+
Danish religious text from the 1700-2022.
|
18 |
+
|
19 |
## Dataset Description
|
20 |
|
21 |
<!-- START-DESC-STATS -->
|
|
|
65 |
CC0 1.0 Universal
|
66 |
</p>
|
67 |
</details>
|
68 |
+
|
69 |
+
|
70 |
+
## Additional Information
|
71 |
+
|
72 |
+
|
73 |
+
### Citation Information
|
74 |
+
|
75 |
+
This dataset was initially published as part of the [Danish gigaword](https://huggingface.co/danish-foundation-models). We recommend that you cite and reference it if you use this dataset:
|
76 |
+
|
77 |
+
> Derczynski, L., Ciosici, M. R., et al. (2021). The Danish Gigaword Corpus. In Proceedings of the 23rd Nordic Conference on Computational Linguistics (NoDaLiDa 2021).
|
78 |
+
|
79 |
+
```bash
|
80 |
+
@inproceedings{dagw,
|
81 |
+
title = {{The Danish Gigaword Corpus}},
|
82 |
+
author = {Leon Derczynski and Manuel R. Ciosici and Rebekah Baglini and Morten H. Christiansen and Jacob Aarup Dalsgaard and Riccardo Fusaroli and Peter Juel Henrichsen and Rasmus Hvingelby and Andreas Kirkedal and Alex Speed Kjeldsen and Claus Ladefoged and Finn Årup Nielsen and Jens Madsen and Malte Lau Petersen and Jonathan Hvithamar Rystrøm and Daniel Varab},
|
83 |
+
year = 2021,
|
84 |
+
booktitle = {Proceedings of the 23rd Nordic Conference on Computational Linguistics},
|
85 |
+
publisher = {NEALT}
|
86 |
+
}
|
87 |
+
```
|
data/retsinformationdk/retsinformationdk.md
CHANGED
@@ -13,6 +13,18 @@ task_ids:
|
|
13 |
- language-modeling
|
14 |
---
|
15 |
# Dataset Card for retsinformation.dk (Danish legal information)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
## Dataset Description
|
17 |
|
18 |
<!-- START-DESC-STATS -->
|
@@ -66,3 +78,23 @@ Stk. 2. Bestemmelsen i stk. 1 gælder ikke for værker, der fremtræder som selv
|
|
66 |
|
67 |
</p>
|
68 |
</details>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
- language-modeling
|
14 |
---
|
15 |
# Dataset Card for retsinformation.dk (Danish legal information)
|
16 |
+
|
17 |
+
[retsinformation.dk](https://www.retsinformation.dk) (legal-information.dk) is the official legal information system of Denmark.
|
18 |
+
|
19 |
+
It serves as a central repository for Danish legislation, administrative regulations, and other legally binding documents. The platform ensures transparency and public access to laws and legal materials. The sites includes:
|
20 |
+
|
21 |
+
1. **Legislation**: Danish laws, acts, and statutes passed by the Parliament (Folketinget).
|
22 |
+
2. **Administrative Regulations**: Rules, guidelines, and executive orders issued by governmental authorities.
|
23 |
+
3. **Historical Versions**: Archived versions of laws and regulations, useful for legal research or historical reference.
|
24 |
+
4. **Preparatory Works** (Forarbejder): Documents explaining the background and intent behind legislative acts, such as proposals and committee reports.
|
25 |
+
5. **Case Law References**: Links to decisions and interpretations that relate to specific legislation.
|
26 |
+
|
27 |
+
|
28 |
## Dataset Description
|
29 |
|
30 |
<!-- START-DESC-STATS -->
|
|
|
78 |
|
79 |
</p>
|
80 |
</details>
|
81 |
+
|
82 |
+
|
83 |
+
## Additional Information
|
84 |
+
|
85 |
+
|
86 |
+
### Citation Information
|
87 |
+
|
88 |
+
This dataset was initially published as part of the [Danish gigaword](https://huggingface.co/danish-foundation-models). We recommend that you cite and reference it if you use this dataset:
|
89 |
+
|
90 |
+
> Derczynski, L., Ciosici, M. R., et al. (2021). The Danish Gigaword Corpus. In Proceedings of the 23rd Nordic Conference on Computational Linguistics (NoDaLiDa 2021).
|
91 |
+
|
92 |
+
```bash
|
93 |
+
@inproceedings{dagw,
|
94 |
+
title = {{The Danish Gigaword Corpus}},
|
95 |
+
author = {Leon Derczynski and Manuel R. Ciosici and Rebekah Baglini and Morten H. Christiansen and Jacob Aarup Dalsgaard and Riccardo Fusaroli and Peter Juel Henrichsen and Rasmus Hvingelby and Andreas Kirkedal and Alex Speed Kjeldsen and Claus Ladefoged and Finn Årup Nielsen and Jens Madsen and Malte Lau Petersen and Jonathan Hvithamar Rystrøm and Daniel Varab},
|
96 |
+
year = 2021,
|
97 |
+
booktitle = {Proceedings of the 23rd Nordic Conference on Computational Linguistics},
|
98 |
+
publisher = {NEALT}
|
99 |
+
}
|
100 |
+
```
|
data/retspraksis/retspraksis.md
CHANGED
@@ -12,7 +12,13 @@ task_categories:
|
|
12 |
task_ids:
|
13 |
- language-modeling
|
14 |
---
|
15 |
-
# Dataset Card for retspraksis
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
## Dataset Description
|
17 |
|
18 |
<!-- START-DESC-STATS -->
|
@@ -62,3 +68,23 @@ Creative Commons Legal Code
|
|
62 |
CC0 1.0 Universal
|
63 |
</p>
|
64 |
</details>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
task_ids:
|
13 |
- language-modeling
|
14 |
---
|
15 |
+
# Dataset Card for retspraksis
|
16 |
+
|
17 |
+
[Retspraksis](https://da.wikipedia.org/wiki/Retspraksis) refers to case law or judicial practice in Denmark.
|
18 |
+
|
19 |
+
It encompasses the body of legal decisions made by Danish courts, which play a significant role in interpreting and applying the law.
|
20 |
+
|
21 |
+
|
22 |
## Dataset Description
|
23 |
|
24 |
<!-- START-DESC-STATS -->
|
|
|
68 |
CC0 1.0 Universal
|
69 |
</p>
|
70 |
</details>
|
71 |
+
|
72 |
+
|
73 |
+
## Additional Information
|
74 |
+
|
75 |
+
|
76 |
+
### Citation Information
|
77 |
+
|
78 |
+
This dataset was initially published as part of the [Danish gigaword](https://huggingface.co/danish-foundation-models). We recommend that you cite and reference it if you use this dataset:
|
79 |
+
|
80 |
+
> Derczynski, L., Ciosici, M. R., et al. (2021). The Danish Gigaword Corpus. In Proceedings of the 23rd Nordic Conference on Computational Linguistics (NoDaLiDa 2021).
|
81 |
+
|
82 |
+
```bash
|
83 |
+
@inproceedings{dagw,
|
84 |
+
title = {{The Danish Gigaword Corpus}},
|
85 |
+
author = {Leon Derczynski and Manuel R. Ciosici and Rebekah Baglini and Morten H. Christiansen and Jacob Aarup Dalsgaard and Riccardo Fusaroli and Peter Juel Henrichsen and Rasmus Hvingelby and Andreas Kirkedal and Alex Speed Kjeldsen and Claus Ladefoged and Finn Årup Nielsen and Jens Madsen and Malte Lau Petersen and Jonathan Hvithamar Rystrøm and Daniel Varab},
|
86 |
+
year = 2021,
|
87 |
+
booktitle = {Proceedings of the 23rd Nordic Conference on Computational Linguistics},
|
88 |
+
publisher = {NEALT}
|
89 |
+
}
|
90 |
+
```
|
data/skat/skat.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
pretty_name:
|
3 |
language:
|
4 |
- da
|
5 |
license: cc0-1.0
|
@@ -12,7 +12,10 @@ task_categories:
|
|
12 |
task_ids:
|
13 |
- language-modeling
|
14 |
---
|
15 |
-
# Dataset Card for
|
|
|
|
|
|
|
16 |
## Dataset Description
|
17 |
|
18 |
<!-- START-DESC-STATS -->
|
@@ -61,3 +64,23 @@ Creative Commons Legal Code
|
|
61 |
CC0 1.0 Universal
|
62 |
</p>
|
63 |
</details>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
pretty_name: skat.dk
|
3 |
language:
|
4 |
- da
|
5 |
license: cc0-1.0
|
|
|
12 |
task_ids:
|
13 |
- language-modeling
|
14 |
---
|
15 |
+
# Dataset Card for skat.dk
|
16 |
+
|
17 |
+
Skat is the Danish tax authority. This dataset contains content from its website skat.dk.
|
18 |
+
|
19 |
## Dataset Description
|
20 |
|
21 |
<!-- START-DESC-STATS -->
|
|
|
64 |
CC0 1.0 Universal
|
65 |
</p>
|
66 |
</details>
|
67 |
+
|
68 |
+
|
69 |
+
## Additional Information
|
70 |
+
|
71 |
+
|
72 |
+
### Citation Information
|
73 |
+
|
74 |
+
This dataset was initially published as part of the [Danish gigaword](https://huggingface.co/danish-foundation-models). We recommend that you cite and reference it if you use this dataset:
|
75 |
+
|
76 |
+
> Derczynski, L., Ciosici, M. R., et al. (2021). The Danish Gigaword Corpus. In Proceedings of the 23rd Nordic Conference on Computational Linguistics (NoDaLiDa 2021).
|
77 |
+
|
78 |
+
```bash
|
79 |
+
@inproceedings{dagw,
|
80 |
+
title = {{The Danish Gigaword Corpus}},
|
81 |
+
author = {Leon Derczynski and Manuel R. Ciosici and Rebekah Baglini and Morten H. Christiansen and Jacob Aarup Dalsgaard and Riccardo Fusaroli and Peter Juel Henrichsen and Rasmus Hvingelby and Andreas Kirkedal and Alex Speed Kjeldsen and Claus Ladefoged and Finn Årup Nielsen and Jens Madsen and Malte Lau Petersen and Jonathan Hvithamar Rystrøm and Daniel Varab},
|
82 |
+
year = 2021,
|
83 |
+
booktitle = {Proceedings of the 23rd Nordic Conference on Computational Linguistics},
|
84 |
+
publisher = {NEALT}
|
85 |
+
}
|
86 |
+
```
|
data/spont/spont.md
CHANGED
@@ -13,6 +13,11 @@ task_ids:
|
|
13 |
- language-modeling
|
14 |
---
|
15 |
# Dataset Card for Spontaneous speech
|
|
|
|
|
|
|
|
|
|
|
16 |
## Dataset Description
|
17 |
|
18 |
<!-- START-DESC-STATS -->
|
@@ -64,3 +69,23 @@ Creative Commons Legal Code
|
|
64 |
CC0 1.0 Universal
|
65 |
</p>
|
66 |
</details>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
- language-modeling
|
14 |
---
|
15 |
# Dataset Card for Spontaneous speech
|
16 |
+
|
17 |
+
A corpora of conversational data originally collected as a part of research projects at Aarhus University.
|
18 |
+
|
19 |
+
The conversational corpus included originates from interdisciplinary research conducted within the [Interacting Minds Centre](https://interactingminds.au.dk), and [the Puzzle of Danish project](https://projects.au.dk/the-puzzle-of-danish/) at Aarhus University. Transcribed Danish speech is generally a rare kind of data, and spontaneous speech especially so; these manually transcribed conversations thus form a valuable resource. Spontaneous and pseudo-spontaneous conversations come from various contexts, e.g., getting to know each other, solving a puzzle together, or making joint decisions. The participants have agreed on releasing anonymized transcripts of their conversations. All conversations involve two speakers, sometimes conversing face-to-face, sometimes via a chat tool. Speech is transcribed post-hoc by native speakers. Studies published relying on this data include [Fusaroli et al. (2012)](https://journals.sagepub.com/doi/10.1177/0956797612436816), [Dideriksen et al. (2019)](https://pure.au.dk/ws/portalfiles/portal/167670567/Dideriksen_et_al..pdf), and [Tylén et al. (2016)](https://pure.au.dk/ws/portalfiles/portal/101787937/The_Social_Route_To_Abstraction.pdf).
|
20 |
+
|
21 |
## Dataset Description
|
22 |
|
23 |
<!-- START-DESC-STATS -->
|
|
|
69 |
CC0 1.0 Universal
|
70 |
</p>
|
71 |
</details>
|
72 |
+
|
73 |
+
|
74 |
+
## Additional Information
|
75 |
+
|
76 |
+
|
77 |
+
### Citation Information
|
78 |
+
|
79 |
+
This dataset was initially published as part of the [Danish gigaword](https://huggingface.co/danish-foundation-models). We recommend that you cite and reference it if you use this dataset:
|
80 |
+
|
81 |
+
> Derczynski, L., Ciosici, M. R., et al. (2021). The Danish Gigaword Corpus. In Proceedings of the 23rd Nordic Conference on Computational Linguistics (NoDaLiDa 2021).
|
82 |
+
|
83 |
+
```bash
|
84 |
+
@inproceedings{dagw,
|
85 |
+
title = {{The Danish Gigaword Corpus}},
|
86 |
+
author = {Leon Derczynski and Manuel R. Ciosici and Rebekah Baglini and Morten H. Christiansen and Jacob Aarup Dalsgaard and Riccardo Fusaroli and Peter Juel Henrichsen and Rasmus Hvingelby and Andreas Kirkedal and Alex Speed Kjeldsen and Claus Ladefoged and Finn Årup Nielsen and Jens Madsen and Malte Lau Petersen and Jonathan Hvithamar Rystrøm and Daniel Varab},
|
87 |
+
year = 2021,
|
88 |
+
booktitle = {Proceedings of the 23rd Nordic Conference on Computational Linguistics},
|
89 |
+
publisher = {NEALT}
|
90 |
+
}
|
91 |
+
```
|
data/synne/synne.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
pretty_name:
|
3 |
language:
|
4 |
- da
|
5 |
license: cc0-1.0
|
@@ -12,7 +12,10 @@ task_categories:
|
|
12 |
task_ids:
|
13 |
- language-modeling
|
14 |
---
|
15 |
-
# Dataset Card for
|
|
|
|
|
|
|
16 |
## Dataset Description
|
17 |
|
18 |
<!-- START-DESC-STATS -->
|
@@ -61,3 +64,23 @@ Creative Commons Legal Code
|
|
61 |
CC0 1.0 Universal
|
62 |
</p>
|
63 |
</details>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
pretty_name: Synnejysk Forening
|
3 |
language:
|
4 |
- da
|
5 |
license: cc0-1.0
|
|
|
12 |
task_ids:
|
13 |
- language-modeling
|
14 |
---
|
15 |
+
# Dataset Card for synnejysk Forening
|
16 |
+
|
17 |
+
Dataset collected from [synnejysk forening's website](https://www.synnejysk.dk), covering the Danish dialect sønderjysk.
|
18 |
+
|
19 |
## Dataset Description
|
20 |
|
21 |
<!-- START-DESC-STATS -->
|
|
|
64 |
CC0 1.0 Universal
|
65 |
</p>
|
66 |
</details>
|
67 |
+
|
68 |
+
|
69 |
+
## Additional Information
|
70 |
+
|
71 |
+
|
72 |
+
### Citation Information
|
73 |
+
|
74 |
+
This dataset was initially published as part of the [Danish gigaword](https://huggingface.co/danish-foundation-models). We recommend that you cite and reference it if you use this dataset:
|
75 |
+
|
76 |
+
> Derczynski, L., Ciosici, M. R., et al. (2021). The Danish Gigaword Corpus. In Proceedings of the 23rd Nordic Conference on Computational Linguistics (NoDaLiDa 2021).
|
77 |
+
|
78 |
+
```bash
|
79 |
+
@inproceedings{dagw,
|
80 |
+
title = {{The Danish Gigaword Corpus}},
|
81 |
+
author = {Leon Derczynski and Manuel R. Ciosici and Rebekah Baglini and Morten H. Christiansen and Jacob Aarup Dalsgaard and Riccardo Fusaroli and Peter Juel Henrichsen and Rasmus Hvingelby and Andreas Kirkedal and Alex Speed Kjeldsen and Claus Ladefoged and Finn Årup Nielsen and Jens Madsen and Malte Lau Petersen and Jonathan Hvithamar Rystrøm and Daniel Varab},
|
82 |
+
year = 2021,
|
83 |
+
booktitle = {Proceedings of the 23rd Nordic Conference on Computational Linguistics},
|
84 |
+
publisher = {NEALT}
|
85 |
+
}
|
86 |
+
```
|
data/tv2r/tv2r.md
CHANGED
@@ -13,8 +13,13 @@ task_ids:
|
|
13 |
- language-modeling
|
14 |
---
|
15 |
# Dataset Card for TV 2 Radio (Danish news)
|
|
|
16 |
## Dataset Description
|
17 |
|
|
|
|
|
|
|
|
|
18 |
<!-- START-DESC-STATS -->
|
19 |
|
20 |
- **Language**: dan, dansk, Danish
|
@@ -61,3 +66,23 @@ The owner of this content is TV2 Regionerne, Denmark.
|
|
61 |
Creative Commons Attribution 4.0 International
|
62 |
</p>
|
63 |
</details>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
- language-modeling
|
14 |
---
|
15 |
# Dataset Card for TV 2 Radio (Danish news)
|
16 |
+
|
17 |
## Dataset Description
|
18 |
|
19 |
+
This dataset includes contemporary Danish newswire articles published between 2010 and 2019.
|
20 |
+
|
21 |
+
It contains articles of regional interest, written following editorial standards. This section’s value is in both its temporal variation, covering a decade of events, and its spatial variation, covering many local events across most of Denmark (TV2 Bornholm is excluded). As a result of local event coverage, the section contains many locally relevant named entities, which might otherwise not be present in a dataset of national news.
|
22 |
+
|
23 |
<!-- START-DESC-STATS -->
|
24 |
|
25 |
- **Language**: dan, dansk, Danish
|
|
|
66 |
Creative Commons Attribution 4.0 International
|
67 |
</p>
|
68 |
</details>
|
69 |
+
|
70 |
+
|
71 |
+
## Additional Information
|
72 |
+
|
73 |
+
|
74 |
+
### Citation Information
|
75 |
+
|
76 |
+
This dataset was initially published as part of the [Danish gigaword](https://huggingface.co/danish-foundation-models). We recommend that you cite and reference it if you use this dataset:
|
77 |
+
|
78 |
+
> Derczynski, L., Ciosici, M. R., et al. (2021). The Danish Gigaword Corpus. In Proceedings of the 23rd Nordic Conference on Computational Linguistics (NoDaLiDa 2021).
|
79 |
+
|
80 |
+
```bash
|
81 |
+
@inproceedings{dagw,
|
82 |
+
title = {{The Danish Gigaword Corpus}},
|
83 |
+
author = {Leon Derczynski and Manuel R. Ciosici and Rebekah Baglini and Morten H. Christiansen and Jacob Aarup Dalsgaard and Riccardo Fusaroli and Peter Juel Henrichsen and Rasmus Hvingelby and Andreas Kirkedal and Alex Speed Kjeldsen and Claus Ladefoged and Finn Årup Nielsen and Jens Madsen and Malte Lau Petersen and Jonathan Hvithamar Rystrøm and Daniel Varab},
|
84 |
+
year = 2021,
|
85 |
+
booktitle = {Proceedings of the 23rd Nordic Conference on Computational Linguistics},
|
86 |
+
publisher = {NEALT}
|
87 |
+
}
|
88 |
+
```
|
data/wiki/wiki.md
CHANGED
@@ -13,6 +13,11 @@ task_ids:
|
|
13 |
- language-modeling
|
14 |
---
|
15 |
# Dataset Card for Wikipedia
|
|
|
|
|
|
|
|
|
|
|
16 |
## Dataset Description
|
17 |
|
18 |
<!-- START-DESC-STATS -->
|
@@ -61,3 +66,23 @@ Creative Commons Legal Code
|
|
61 |
CC0 1.0 Universal
|
62 |
</p>
|
63 |
</details>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
- language-modeling
|
14 |
---
|
15 |
# Dataset Card for Wikipedia
|
16 |
+
|
17 |
+
The Danish subsection of [wikipeadia](https://en.wikipedia.org/wiki/Main_Page).
|
18 |
+
|
19 |
+
You can read more about wikipeadia on their [about](https://en.wikipedia.org/wiki/Wikipedia:About) page.
|
20 |
+
|
21 |
## Dataset Description
|
22 |
|
23 |
<!-- START-DESC-STATS -->
|
|
|
66 |
CC0 1.0 Universal
|
67 |
</p>
|
68 |
</details>
|
69 |
+
|
70 |
+
|
71 |
+
## Additional Information
|
72 |
+
|
73 |
+
|
74 |
+
### Citation Information
|
75 |
+
|
76 |
+
This dataset was initially published as part of the [Danish gigaword](https://huggingface.co/danish-foundation-models). We recommend that you cite and reference it if you use this dataset:
|
77 |
+
|
78 |
+
> Derczynski, L., Ciosici, M. R., et al. (2021). The Danish Gigaword Corpus. In Proceedings of the 23rd Nordic Conference on Computational Linguistics (NoDaLiDa 2021).
|
79 |
+
|
80 |
+
```bash
|
81 |
+
@inproceedings{dagw,
|
82 |
+
title = {{The Danish Gigaword Corpus}},
|
83 |
+
author = {Leon Derczynski and Manuel R. Ciosici and Rebekah Baglini and Morten H. Christiansen and Jacob Aarup Dalsgaard and Riccardo Fusaroli and Peter Juel Henrichsen and Rasmus Hvingelby and Andreas Kirkedal and Alex Speed Kjeldsen and Claus Ladefoged and Finn Årup Nielsen and Jens Madsen and Malte Lau Petersen and Jonathan Hvithamar Rystrøm and Daniel Varab},
|
84 |
+
year = 2021,
|
85 |
+
booktitle = {Proceedings of the 23rd Nordic Conference on Computational Linguistics},
|
86 |
+
publisher = {NEALT}
|
87 |
+
}
|
88 |
+
```
|
data/wikibooks/wikibooks.md
CHANGED
@@ -12,7 +12,11 @@ task_categories:
|
|
12 |
task_ids:
|
13 |
- language-modeling
|
14 |
---
|
|
|
15 |
# Dataset Card for Wikibooks
|
|
|
|
|
|
|
16 |
## Dataset Description
|
17 |
|
18 |
<!-- START-DESC-STATS -->
|
@@ -62,3 +66,23 @@ Creative Commons Legal Code
|
|
62 |
CC0 1.0 Universal
|
63 |
</p>
|
64 |
</details>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
task_ids:
|
13 |
- language-modeling
|
14 |
---
|
15 |
+
|
16 |
# Dataset Card for Wikibooks
|
17 |
+
|
18 |
+
The Danish Subsection of [**Wikibooks**](https://www.wikibooks.org).
|
19 |
+
|
20 |
## Dataset Description
|
21 |
|
22 |
<!-- START-DESC-STATS -->
|
|
|
66 |
CC0 1.0 Universal
|
67 |
</p>
|
68 |
</details>
|
69 |
+
|
70 |
+
|
71 |
+
## Additional Information
|
72 |
+
|
73 |
+
|
74 |
+
### Citation Information
|
75 |
+
|
76 |
+
This dataset was initially published as part of the [Danish gigaword](https://huggingface.co/danish-foundation-models). We recommend that you cite and reference it if you use this dataset:
|
77 |
+
|
78 |
+
> Derczynski, L., Ciosici, M. R., et al. (2021). The Danish Gigaword Corpus. In Proceedings of the 23rd Nordic Conference on Computational Linguistics (NoDaLiDa 2021).
|
79 |
+
|
80 |
+
```bash
|
81 |
+
@inproceedings{dagw,
|
82 |
+
title = {{The Danish Gigaword Corpus}},
|
83 |
+
author = {Leon Derczynski and Manuel R. Ciosici and Rebekah Baglini and Morten H. Christiansen and Jacob Aarup Dalsgaard and Riccardo Fusaroli and Peter Juel Henrichsen and Rasmus Hvingelby and Andreas Kirkedal and Alex Speed Kjeldsen and Claus Ladefoged and Finn Årup Nielsen and Jens Madsen and Malte Lau Petersen and Jonathan Hvithamar Rystrøm and Daniel Varab},
|
84 |
+
year = 2021,
|
85 |
+
booktitle = {Proceedings of the 23rd Nordic Conference on Computational Linguistics},
|
86 |
+
publisher = {NEALT}
|
87 |
+
}
|
88 |
+
```
|
data/wikisource/wikisource.md
CHANGED
@@ -14,6 +14,8 @@ task_ids:
|
|
14 |
---
|
15 |
# Dataset Card for Wikisource
|
16 |
|
|
|
|
|
17 |
## Dataset Description
|
18 |
|
19 |
<!-- START-DESC-STATS -->
|
@@ -65,3 +67,23 @@ Creative Commons Legal Code
|
|
65 |
CC0 1.0 Universal
|
66 |
</p>
|
67 |
</details>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
# Dataset Card for Wikisource
|
16 |
|
17 |
+
The Danish subsection of [Wikisource](https://en.wikisource.org/wiki/Main_Page).
|
18 |
+
|
19 |
## Dataset Description
|
20 |
|
21 |
<!-- START-DESC-STATS -->
|
|
|
67 |
CC0 1.0 Universal
|
68 |
</p>
|
69 |
</details>
|
70 |
+
|
71 |
+
|
72 |
+
## Additional Information
|
73 |
+
|
74 |
+
|
75 |
+
### Citation Information
|
76 |
+
|
77 |
+
This dataset was initially published as part of the [Danish gigaword](https://huggingface.co/danish-foundation-models). We recommend that you cite and reference it if you use this dataset:
|
78 |
+
|
79 |
+
> Derczynski, L., Ciosici, M. R., et al. (2021). The Danish Gigaword Corpus. In Proceedings of the 23rd Nordic Conference on Computational Linguistics (NoDaLiDa 2021).
|
80 |
+
|
81 |
+
```bash
|
82 |
+
@inproceedings{dagw,
|
83 |
+
title = {{The Danish Gigaword Corpus}},
|
84 |
+
author = {Leon Derczynski and Manuel R. Ciosici and Rebekah Baglini and Morten H. Christiansen and Jacob Aarup Dalsgaard and Riccardo Fusaroli and Peter Juel Henrichsen and Rasmus Hvingelby and Andreas Kirkedal and Alex Speed Kjeldsen and Claus Ladefoged and Finn Årup Nielsen and Jens Madsen and Malte Lau Petersen and Jonathan Hvithamar Rystrøm and Daniel Varab},
|
85 |
+
year = 2021,
|
86 |
+
booktitle = {Proceedings of the 23rd Nordic Conference on Computational Linguistics},
|
87 |
+
publisher = {NEALT}
|
88 |
+
}
|
89 |
+
```
|
paper/paper.md
CHANGED
@@ -25,6 +25,8 @@ DFM
|
|
25 |
- Peter
|
26 |
|
27 |
Danish Royal Library? Other organization that are important to include?
|
|
|
|
|
28 |
|
29 |
# Abstract
|
30 |
|
|
|
25 |
- Peter
|
26 |
|
27 |
Danish Royal Library? Other organization that are important to include?
|
28 |
+
Leon?
|
29 |
+
|
30 |
|
31 |
# Abstract
|
32 |
|