Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
Danish
ArXiv:
Libraries:
Datasets
Dask
KennethEnevoldsen commited on
Commit
72c7eec
·
1 Parent(s): f7d0566

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -2
README.md CHANGED
@@ -15,7 +15,80 @@ dataset_info:
15
  num_examples: 11120019
16
  download_size: 164658966
17
  dataset_size: 472247146
 
 
 
 
 
18
  ---
19
- # Dataset Card for "dagw-word-frequencies"
20
 
21
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  num_examples: 11120019
16
  download_size: 164658966
17
  dataset_size: 472247146
18
+ language:
19
+ - da
20
+ tags:
21
+ - word frequencies
22
+ pretty_name: DAGW Word Frequencies
23
  ---
 
24
 
25
+ # Dataset Card for DAGW Word Frequencies
26
+
27
+ - **Homepage:**
28
+ - **Repository:**
29
+ - **Paper:** Derczynski, L., Ciosici, M. R., Baglini, R., Christiansen, M. H., Dalsgaard, J. A., Fusaroli, R., ... & Varab, D. (2021). The Danish Gigaword Corpus. In Proceedings of the 23rd Nordic Conference on Computational Linguistics (NoDaLiDa) (pp. 413-421).
30
+ - **Point of Contact:** Kenneth Enevoldsen (Kennethcenevoldsen (at) gmail (dot) com )
31
+
32
+
33
+ This is a list of word frequencies derived from the Danish Gigaword (collected before 2022-22-01).
34
+ These word frequencies are derived from tokens from the Danish Gigaword Corpus, which have been tokenized using
35
+ the spacy pipeline for Danish `"da_core_news_lg"` using `spacy>=3.0.0,<3.4.0`.
36
+ See the notebook ["convert_to_hf_dataset.ipynb"](https://huggingface.co/datasets/chcaa/dagw-word-frequencies/blob/main/convert_to_hf_dataset.ipynb) and [wordfreq.py](https://huggingface.co/datasets/chcaa/dagw-word-frequencies/blob/main/wordfreq.py) for more information about how it was created.
37
+
38
+
39
+ ## Dataset Creation
40
+
41
+ ### Curation Rationale
42
+
43
+ Word frequencies of large domains har often used to calculate metrics such as text entropy or word surprise. Word frequencies can also be used to to create stopword lists and similar.
44
+
45
+ ### Source Data
46
+
47
+ The frequencies are derived from the Danish Gigaword. To read more about the Danish Gigaword and its content please check out the entry on [Danish language resources](https://sprogressource.digst.govcloud.dk/dataset/danish-gigaword), which also links to latest publications.
48
+
49
+
50
+ ### Discussion of Biases
51
+
52
+ This dataset contains notably different distributions of the original domains; for instance, the legal domain is highly overrepresented within this corpus.
53
+ Please see the [normalized version](https://huggingface.co/datasets/chcaa/dagw-word-frequencies-normalized-by-domain) of this dataset if you wish to see word
54
+ frequencies which normalized across domains.
55
+
56
+ ### Other Known Limitations
57
+
58
+ The news data within this corpus ("danavis") have altered the text, this is described further in the original version (v1) of [paper](https://arxiv.org/abs/2005.03521v1).
59
+
60
+
61
+ ### Licensing Information
62
+
63
+ Below follows a brief overview of the sources in the corpus along with their individual license.
64
+
65
+ | Source | License |
66
+ | ----------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
67
+ | adl | Creative Commons Legal Code 1.0 Universal |
68
+ | botxt | Creative Commons Legal Code 1.0 Universal |
69
+ | cc | Creative Commons Legal Code 1.0 Universal |
70
+ | danavis | Creative Commons Legal Code 1.0 Universal |
71
+ | dannet | [dannet license](https://cst.ku.dk/projekter/dannet/license.txt) |
72
+ | depbank | Attribution-ShareAlike 4.0 International |
73
+ | ep | Creative Commons Legal Code 1.0 Universal |
74
+ | ft | Creative Commons Legal Code 1.0 Universal |
75
+ | gutenberg | [gutenberg license](https://www.gutenberg.org/policy/license.html) |
76
+ | hest | Creative Commons Legal Code 1.0 Universal |
77
+ | jvj | Attribution-ShareAlike 4.0 International |
78
+ | naat | Creative Commons Legal Code 1.0 Universal |
79
+ | opensub | The data set comes with the same license as the original sources. Please, check the information about the source that is given on http://opus.nlpl.eu/OpenSubtitles-v2018.php |
80
+ | relig | Creative Commons Legal Code 1.0 Universal |
81
+ | retsinformationdk | Danish Copyright law at https://www.retsinformation.dk/forms/r0710.aspx?id=164796 states "§ 9. Love, administrative forskrifter, retsafgørelser og lignende offentlige aktstykker er ikke genstand for ophavsret. Stk. 2. Bestemmelsen i stk. 1 gælder ikke for værker, der fremtræder som selvstændige bidrag i de i stk. 1 nævnte aktstykker. Sådanne værker må dog gengives i forbindelse med aktstykket. Retten til videre udnyttelse afhænger af de i øvrigt gældende regler." |
82
+ | retspraksis | Creative Commons Legal Code 1.0 Universal |
83
+ | skat | Creative Commons Legal Code 1.0 Universal |
84
+ | spont | Creative Commons Legal Code 1.0 Universal |
85
+ | synne | Creative Commons Legal Code 1.0 Universal |
86
+ | tv2r | The owner of this content is TV2 Regionerne, Denmark. Creative Commons Attribution 4.0 International |
87
+ | wiki | Creative Commons Legal Code 1.0 Universal |
88
+ | wikibooks | Creative Commons Legal Code 1.0 Universal |
89
+ | wikisource | Creative Commons Legal Code 1.0 Universal
90
+
91
+
92
+ ### Contributions
93
+
94
+ Thanks to [@KennethEnevoldsen](https://github.com/KennethEnevoldsen) for adding this dataset.