Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
Danish
ArXiv:
Libraries:
Datasets
Dask
KennethEnevoldsen commited on
Commit
e692bc4
·
1 Parent(s): 367580c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -34,6 +34,17 @@ the spacy pipeline for Danish `"da_core_news_lg"` using `spacy>=3.0.0,<3.4.0`.
34
  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.
35
 
36
 
 
 
 
 
 
 
 
 
 
 
 
37
  ## Dataset Creation
38
 
39
  ### Curation Rationale
 
34
  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.
35
 
36
 
37
+ # Dataset formats
38
+
39
+ This dataset have been created in four formats:
40
+
41
+ - [`chcaa/dagw-word-frequencies`](https://huggingface.co/datasets/chcaa/dagw-word-frequencies): Danish word frequencies from Danish Gigaword.
42
+ - [`chcaa/dagw-word-frequencies-by-domain`](https://huggingface.co/datasets/chcaa/dagw-word-frequencies-by-domain): word frequencies pr. domain.
43
+ - [`chcaa/dagw-word-frequencies-by-domain-with-pos-tags`](https://huggingface.co/datasets/chcaa/dagw-word-frequencies-by-domain-with-pos-tags): word frequencies pr. domain with their part-of-speech tags derived from the spacy pipeline for Danish `"da_core_news_lg"`.
44
+ - [`chcaa/dagw-word-frequencies-normalized-by-domain`](https://huggingface.co/datasets/chcaa/dagw-word-frequencies-normalized-by-domain): word frequencies pr. domain normalized by the top-level domain.
45
+
46
+
47
+
48
  ## Dataset Creation
49
 
50
  ### Curation Rationale