kris927b commited on
Commit
a3551d1
·
1 Parent(s): 8e2259b

Bump version and add changelog.

Browse files
CHANGELOG.md CHANGED
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
 
6
  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
7
 
 
 
 
 
 
 
 
8
  ## [v1.2.1] - 2025-06-24
9
 
10
  ### Fixed
 
5
 
6
  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
7
 
8
+ ## [v1.2.2] - 2025-06-26
9
+
10
+ ### Added
11
+
12
+ - Added the new `scrape_hovedstaden` dataset.
13
+ - Added a new domain type `Medical`.
14
+
15
  ## [v1.2.1] - 2025-06-24
16
 
17
  ### Fixed
README.md CHANGED
@@ -178,7 +178,7 @@ https://github.com/huggingface/datasets/blob/main/templates/README_guide.md
178
  <!-- START README TABLE -->
179
  | | |
180
  | ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
181
- | **Version** | 1.2.1 ([Changelog](/CHANGELOG.md)) |
182
  | **Language** | dan, dansk, Danish |
183
  | **License** | Openly Licensed, See the respective dataset |
184
  | **Models** | For model trained used this data see [danish-foundation-models](https://huggingface.co/danish-foundation-models) |
@@ -338,7 +338,7 @@ Below follows a brief overview of the sources in the corpus along with their ind
338
  | [ncc_maalfrid] | Danish content from Norwegian institutions websites | Web | 29.26M | [NLOD 2.0] |
339
  | [scrape_hovedstaden] | Guidelines and informational documents for healthcare professionals from the Capital Region | Medical | 27.07M | [CC-0] |
340
  | [tv2r] | Contemporary Danish newswire articles published between 2010 and 2019 | News | 21.67M | [CC-BY-SA 4.0] |
341
- | [danske-taler] | Danish Speeches from [dansketaler.dk](https://www.dansketaler.dk) | Conversation | 8.23M | [CC-0] |
342
  | [nota] | The text only part of the [Nota lyd- og tekstdata](https://sprogteknologi.dk/dataset/nota-lyd-og-tekstdata) dataset | Readaloud | 7.30M | [CC-0] |
343
  | [gutenberg] | The Danish subsection from Project [Gutenberg](https://www.gutenberg.org) | Books | 6.76M | [Gutenberg] |
344
  | [wikibooks] | The Danish Subsection of [Wikibooks](https://www.wikibooks.org) | Books | 6.24M | [CC-0] |
 
178
  <!-- START README TABLE -->
179
  | | |
180
  | ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
181
+ | **Version** | 1.2.2 ([Changelog](/CHANGELOG.md)) |
182
  | **Language** | dan, dansk, Danish |
183
  | **License** | Openly Licensed, See the respective dataset |
184
  | **Models** | For model trained used this data see [danish-foundation-models](https://huggingface.co/danish-foundation-models) |
 
338
  | [ncc_maalfrid] | Danish content from Norwegian institutions websites | Web | 29.26M | [NLOD 2.0] |
339
  | [scrape_hovedstaden] | Guidelines and informational documents for healthcare professionals from the Capital Region | Medical | 27.07M | [CC-0] |
340
  | [tv2r] | Contemporary Danish newswire articles published between 2010 and 2019 | News | 21.67M | [CC-BY-SA 4.0] |
341
+ | [danske-taler] | Danish Speeches from [dansketaler.dk](https://www.dansketaler.dk) | Conversation | 8.81M | [CC-0] |
342
  | [nota] | The text only part of the [Nota lyd- og tekstdata](https://sprogteknologi.dk/dataset/nota-lyd-og-tekstdata) dataset | Readaloud | 7.30M | [CC-0] |
343
  | [gutenberg] | The Danish subsection from Project [Gutenberg](https://www.gutenberg.org) | Books | 6.76M | [Gutenberg] |
344
  | [wikibooks] | The Danish Subsection of [Wikibooks](https://www.wikibooks.org) | Books | 6.24M | [CC-0] |
descriptive_stats.json CHANGED
@@ -2,5 +2,5 @@
2
  "number_of_samples": 915090,
3
  "average_document_length": 14778.0072255188,
4
  "number_of_tokens": 4396075044,
5
- "revision": "78cc135f92c8c12ee8ba131d1a03befc5c78477d"
6
  }
 
2
  "number_of_samples": 915090,
3
  "average_document_length": 14778.0072255188,
4
  "number_of_tokens": 4396075044,
5
+ "revision": "8e2259b9aaa48bb3950b8b4111d10a92ba834459"
6
  }
images/domain_distribution.png CHANGED

Git LFS Details

  • SHA256: 4b5121568e2cff7370a4092d017e0c8c15169f9cddec018c35121f088ca4d318
  • Pointer size: 131 Bytes
  • Size of remote file: 345 kB

Git LFS Details

  • SHA256: f58bcffc474e8aabf11fa28539e00f3551b09f667a21679692315245867baccb
  • Pointer size: 131 Bytes
  • Size of remote file: 344 kB
pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
  [project]
2
  name = "dynaword"
3
- version = "1.2.1"
4
  description = "project code for the danish dynaword project"
5
  readme = "README.md"
6
  requires-python = ">=3.12,<3.13" # 3.13 have issues with spacy and pytorch
 
1
  [project]
2
  name = "dynaword"
3
+ version = "1.2.2"
4
  description = "project code for the danish dynaword project"
5
  readme = "README.md"
6
  requires-python = ">=3.12,<3.13" # 3.13 have issues with spacy and pytorch
test_results.log CHANGED
@@ -21,4 +21,4 @@ src/tests/test_quality/test_short_texts.py: 35 warnings
21
  /Users/kristianjensen/Documents/danish-dynaword/.venv/lib/python3.12/site-packages/datasets/utils/_dill.py:385: DeprecationWarning: co_lnotab is deprecated, use co_lines instead.
22
 
23
  -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
24
- ================= 318 passed, 1 skipped, 35 warnings in 28.20s =================
 
21
  /Users/kristianjensen/Documents/danish-dynaword/.venv/lib/python3.12/site-packages/datasets/utils/_dill.py:385: DeprecationWarning: co_lnotab is deprecated, use co_lines instead.
22
 
23
  -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
24
+ ================= 318 passed, 1 skipped, 35 warnings in 27.88s =================
uv.lock CHANGED
@@ -257,7 +257,7 @@ wheels = [
257
 
258
  [[package]]
259
  name = "dynaword"
260
- version = "1.2.1"
261
  source = { editable = "." }
262
  dependencies = [
263
  { name = "datasets" },
 
257
 
258
  [[package]]
259
  name = "dynaword"
260
+ version = "1.2.2"
261
  source = { editable = "." }
262
  dependencies = [
263
  { name = "datasets" },