z00logist commited on
Commit
27dc51b
·
verified ·
1 Parent(s): be1e61b

Add sources

Browse files
Files changed (1) hide show
  1. README.md +26 -5
README.md CHANGED
@@ -13,10 +13,10 @@ dataset_info:
13
  dtype: string
14
  splits:
15
  - name: train
16
- num_bytes: 52319783
17
- num_examples: 256890
18
- download_size: 23519387
19
- dataset_size: 52319783
20
  task_categories:
21
  - text-generation
22
  language:
@@ -74,18 +74,39 @@ The dataset contains texts from two main categories:
74
  Lindstedt, J. (2011). *Corpus Cyrillo-Methodianum Helsingiense: Corpus of Old Church Slavonic Texts, source* [data set]. Kielipankki. Retrieved from [kielipankki.fi](https://www.kielipankki.fi/corpora/ccmh/)
75
 
76
  2. Texts from ortholib
77
- Other portions of the dataset include publicly available texts sourced from the http://www.orthlib.info/, such as:
78
  - Biblia: Old Church Slavonic translations of the Bible.
79
  - Akafist: Prayers and hymns to saints or events.
80
  - Triodpost: Lenten liturgical texts.
81
  - Evangelie: Gospel readings and manuscripts.
82
  - Psaltir: Psalms and accompanying liturgical hymns.
83
  - ... (and more, see the dataset structure on Hugging Face).
 
 
 
84
 
85
  The author permits to distribute freely old church slavonic texts from the website.
86
  If you believe any content infringes on your rights, please contact me via provided info in my profile, including a clear statement of your claim. Once verified, I will quickly remove the disputed material.
87
 
88
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
89
 
90
  ### Preprocessing
91
 
 
13
  dtype: string
14
  splits:
15
  - name: train
16
+ num_bytes: 50647970
17
+ num_examples: 233591
18
+ download_size: 22877071
19
+ dataset_size: 50647970
20
  task_categories:
21
  - text-generation
22
  language:
 
74
  Lindstedt, J. (2011). *Corpus Cyrillo-Methodianum Helsingiense: Corpus of Old Church Slavonic Texts, source* [data set]. Kielipankki. Retrieved from [kielipankki.fi](https://www.kielipankki.fi/corpora/ccmh/)
75
 
76
  2. Texts from ortholib
77
+ Other parts of the dataset include publicly available texts sourced from the http://www.orthlib.info/, such as:
78
  - Biblia: Old Church Slavonic translations of the Bible.
79
  - Akafist: Prayers and hymns to saints or events.
80
  - Triodpost: Lenten liturgical texts.
81
  - Evangelie: Gospel readings and manuscripts.
82
  - Psaltir: Psalms and accompanying liturgical hymns.
83
  - ... (and more, see the dataset structure on Hugging Face).
84
+
85
+ ---
86
+
87
 
88
  The author permits to distribute freely old church slavonic texts from the website.
89
  If you believe any content infringes on your rights, please contact me via provided info in my profile, including a clear statement of your claim. Once verified, I will quickly remove the disputed material.
90
 
91
  ---
92
+
93
+ 3. Hagiographies from the SCAT Project
94
+ This portion includes 10 hagiographies of saints, sourced from the Saint Petersburg Corpus of Hagiographic Texts ([SCAT](https://project.phil.spbu.ru/scat)):
95
+ - Aleksandr Svirskij
96
+ - Antonij Sijskij
97
+ - Cyrill Novoezerskij
98
+ - Dimitrij Prilutskij
99
+ - Dionisij Glushitskij
100
+ - Grigorij Pel'shemskij
101
+ - Kornilij Komelskij
102
+ - Pavel Obnorskij (*zhitie* and *chudesa*)
103
+ - Sergij Nuromskij
104
+
105
+ Citation for these hagiographies:
106
+
107
+ Azarova, I. V., & Grebenkov, A. S. *Saint Petersburg Corpus of Hagiographic Texts*. Retrieved from [https://project.phil.spbu.ru/scat/](https://project.phil.spbu.ru/scat/).
108
+
109
+ ---
110
 
111
  ### Preprocessing
112