awagner-mainz commited on
Commit
30f80b4
·
verified ·
1 Parent(s): eec36a0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -3
README.md CHANGED
@@ -1,3 +1,45 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - la
5
+ - es
6
+ tags:
7
+ - history
8
+ - humanities
9
+ - early-modern
10
+ - historical-text
11
+ task_categories:
12
+ - text-generation
13
+ - token-classification
14
+ pretty_name: Salamanca Abbreviation and Hyphenation Dataset
15
+ size_categories:
16
+ - 1M<n<10M
17
+ ---
18
+
19
+ This is a dataset created from manually edited and curated digital
20
+ edition texts of the so-called School of Salamanca, a group of
21
+ 16th- and 17th-century theologians and jurists. The digital editions
22
+ can be studied at the
23
+ [School of Salamanca Website](https://salamanca.school/), together
24
+ with a dictionary of the political-juridical language these authors
25
+ were using and contributing to shape.
26
+
27
+ The corpus contains printed texts of various genres (academic summae,
28
+ in some cases an author's collected works, as well as pragmatic
29
+ booklets for merchants or confessors) in Latin and Spanish, but all
30
+ the texts are concerned with law, politics, and ethics.
31
+
32
+ The pipeline extracting the dataset from the TEI XML sources as they
33
+ have been prepared in the project is documented in the
34
+ [SvSal-PoCo repository](https://github.com/digicademy/svsal-poco) at
35
+ GitHub, more specifically in the
36
+ [data/prepare_data subfolder](https://github.com/digicademy/svsal-poco/tree/main/data/prepare_data).
37
+
38
+ The creation of the dataset happened in the course of an experiment
39
+ aiming to establish machine learning tools to aid the project's
40
+ editors in their work, i.e. detecting cases where a word has been
41
+ broken to straddle two lines without this being indicated by a
42
+ hyphenation dash, and expanding abbreviations (also at times
43
+ straddling two or even three lines - yes, these exist). The
44
+ experiment's pipeline code and tools can be accessed at the GitHub
45
+ repository, too.