Datasets:
Tasks:
Text Generation
Formats:
parquet
Sub-tasks:
language-modeling
Languages:
Danish
Size:
10M - 100M
ArXiv:
DOI:
License:
Kenneth Enevoldsen
commited on
add filtering description
Browse files
data/enevaeldens_nyheder/enevaeldens_nyheder.md
CHANGED
@@ -109,6 +109,31 @@ Most publications contain title page marginalia (date, title, etc.). Because the
|
|
109 |
|
110 |
The text recognition model used to create the dataset is available via [Transkribus](https://app.transkribus.org/models/public/text/danish-newspapers-1750-1850). A description of the text segmentation process can be found [here](https://hislab.quarto.pub/eno/dokumentation.html). Besides segmentation into separate news items / advertisements, no further processing of the text has taken place. We are currently experimenting with automated error correction using decoder-models.
|
111 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
|
113 |
### Dataset Statistics
|
114 |
|
|
|
109 |
|
110 |
The text recognition model used to create the dataset is available via [Transkribus](https://app.transkribus.org/models/public/text/danish-newspapers-1750-1850). A description of the text segmentation process can be found [here](https://hislab.quarto.pub/eno/dokumentation.html). Besides segmentation into separate news items / advertisements, no further processing of the text has taken place. We are currently experimenting with automated error correction using decoder-models.
|
111 |
|
112 |
+
For Danish Dynaword we apply additional filtering including:
|
113 |
+
|
114 |
+
- 1) Removing 1 word documents (using a whitespace split)
|
115 |
+
- 2) Removing document with a PWA < 0.7
|
116 |
+
|
117 |
+
PWA is defined as:
|
118 |
+
|
119 |
+
> A predicted word accuracy [PWA] based on a dictionary consisting of words from literary works, personal names and place names from the census of 1787, and a manually curated list of common words that are present in the material, but not represented in canonical literature. This is an estimate. In general we advise that you filter the dataset on this variable in case of using the material for language modelling. This will also filter out texts in other languages than Danish.
|
120 |
+
>
|
121 |
+
> source: [JohanHeinsen/ENO](https://huggingface.co/datasets/JohanHeinsen/ENO#dataset-structure)
|
122 |
+
|
123 |
+
Below you see 10 examples of documents (truncated to 200 characters) filtered out due to the PWA filtering:
|
124 |
+
|
125 |
+
```
|
126 |
+
['Under Staders Segl. nespil.',
|
127 |
+
'Frisk Selter=, Permonter=, Bitter, og FachingerVand bekommes paa Løveapotheket.',
|
128 |
+
'Søesyglinsk, Christoph. Auf Anordning der Liquidations=Commission, den ten August 1834. (Ges.) Mitglied der Commission, Regierungsrath: Pestof. Stellvertretender Secretair. Gabriel Ostrowski.',
|
129 |
+
'J de Reussiske Koge: Bordelummer Seil.',
|
130 |
+
'Scriptores historiae Byzantinae vird bei uns un entgeltlich ansgegeben. Anch sind bei und fortige Bogen dieses Werkes in den verschiedenen Ansgeden auf Druck., Schreibe und Velinpapier niedergelegt, z',
|
131 |
+
'Gammel Conjac. Potten.',
|
132 |
+
'NOTIFICATION. Von der 5ten Classe, der 7ten Königl. allen privilegitten Kopenhagner Lotteren, deren Ziehung den 17ten Passati geendiget worden, werden die Gewinne den 8ten hujus und følgende Werkeltag',
|
133 |
+
'Jm Verlag des Unterzeichneten har die Presse verlassen: Uever dis religiøse Bestimmung der Jugend, in einigen Predigten von K. C. von Gehren. Jn dieser Samlung sind følgende Gegenstande behandelt: 1) ',
|
134 |
+
"ditoyens fortund, ) vous qui, loin des combats, Pouves jouir en pair dans vos heureur ClimatsDes trefors annuel d'unne moisson fertileDont il plait aux saisons de couronner votre ile, Vous, diseje, a ",
|
135 |
+
'AVERTISSEMENTS. Ausser der am Seelandischen Langericht geschehene Proclamation, wird auch hiedurch zu dreien mahlen kund gethan, das die Theilungs Berichtigung nach dem menland Johann Georg Kanneworff']
|
136 |
+
```
|
137 |
|
138 |
### Dataset Statistics
|
139 |
|