mschonhardt commited on
Commit
2c7e852
1 Parent(s): d3cb10a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +90 -3
README.md CHANGED
@@ -1,3 +1,90 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - text2text-generation
5
+ language:
6
+ - la
7
+ size_categories:
8
+ - 1M<n<10M
9
+ tags:
10
+ - medieval
11
+ - editing
12
+ - normalization
13
+ - Georges
14
+ pretty_name: Normalized Georges 1913
15
+ version: 1.0.0
16
+ ---
17
+
18
+ # Normalized Georges 1913
19
+
20
+ ## **Description**
21
+ This dataset was created as part of the *Burchard's Dekret Digital* project ([www.burchards-dekret-digital.de](http://www.burchards-dekret-digital.de)),
22
+ funded by the Academy of Sciences and Literature | Mainz.
23
+
24
+ It is based on 55,000 lemmata from Karl Georges, Ausführliches lateinisch-deutsches Handwörterbuch, Hannover 1913 (Georges 1913)
25
+ and was developed to train models for normalization tasks in the context of medieval Latin.
26
+
27
+ The dataset consists of **approximately 5 million** word pairs of orthographic variants alongside their normalized forms.
28
+ These word pairs were generated by introducing systematic orthographic transformations, such as:
29
+
30
+ - **`v ↔ u` substitutions**: Interchanging `v` and `u`.
31
+ - **`ii → ij` / `ii → ji` substitutions**: Modifying digraphs (`ii`) into alternative medieval forms (`ij`, `ji`).
32
+ - **`ae → ę` replacements**: Replacing `ae` with `ę`.
33
+ - **`ti → ci` substitutions**: Transforming `ti` into `ci`.
34
+ - **`mn → mpn` modifications**: Expanding `mn` to `mpn`.
35
+ - **`n → m` changes**: Replacing `n` with `m`.
36
+ - **`y → i` replacements**: Substituting `y` with `i`.
37
+
38
+ These transformations were designed to provide a dataset for text normalization of medieval Latin manuscript transcriptions.
39
+
40
+
41
+ ## **Dataset Structure**
42
+ The dataset is formatted as **tab-separated pairs** where each line contains an orthographic variant followed by its normalized form, e.g.:
43
+ | Ortographical variant| normalized form|
44
+ |:--:|:--:|
45
+ |`circumcalcabicis`|`circumcalcabitis`|
46
+ |`peruincaturi`|`pervincaturi`|
47
+ |`tepidaremtur`|`tepidarentur`|
48
+ |`exmovemdis`|`exmovendis`|
49
+ |`comvomavisset`|`convomavisset`|
50
+ |`permeiemdis`|`permeiendis`|
51
+ |`permeditacissime`|`permeditatissime`|
52
+ |`conspersu`|`conspersu`|
53
+ |`pręviridancissimę`|`praeviridantissimae`|
54
+ |`relaxavisses`|`relaxavisses`|
55
+ |`edentaveratis`|`edentaveratis`|
56
+ |`amhelioris`|`anhelioris`|
57
+ |`remediatae`|`remediatae`|
58
+ |`discruciavero`|`discruciavero`|
59
+ |`imterplicavimus`|`interplicavimus`|
60
+ |`peraequata`|`peraequata`|
61
+ |`ignicomantissimorum`|`ignicomantissimorum`|
62
+ |`pręfvltvro`|`praefulturo`|
63
+
64
+
65
+ ## **Usecases**
66
+ This dataset can be used for:
67
+
68
+ - Training normalization models for medieval Latin texts.
69
+ - Developing text restoration or correction tools for historical documents.
70
+ - Applying normalization based on Georges 1913.
71
+
72
+
73
+ ## **Known limitations**
74
+ The dataset has not been subjected to data augmentation and may contain substantial bias, particularly against irregular forms, such as Greek loanwords like "presbyter."
75
+
76
+ ## **Data Splits**
77
+ The dataset consists of a single shuffled split of 5 million word pairs.
78
+ Users can create their own train/validation/test splits depending on their use case.
79
+
80
+ ## **Acknowledgments**
81
+ Dataset was created by Michael Schonhardt (https://orcid.org/0000-0002-2750-1900)[https://orcid.org/0000-0002-2750-1900] for the project Burchards Dekret Digital.
82
+
83
+ Creation was made possible thanks to the lemmata from Georges 1913, kindly provided via [www.zeno.org](http://www.zeno.org/georges-1913) by 'Henricus - Edition Deutsche Klassik GmbH'. Please consider using and supporting this valuable service.
84
+
85
+ ## **License**
86
+ CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/legalcode.en)[https://creativecommons.org/licenses/by/4.0/legalcode.en]
87
+
88
+ ## **Citation**
89
+
90
+ If you use this dataset, please cite: Michael Schonhardt, Dataset: Normalized Georges 1913.