Skip to main content
zenodoopen

Ukrainian 14-syllable verse in Belarusian poetry: the rhythm of translations and imitations (dataset)

<p>Data and source code accompanying the talk:<br> У. В. Парыцкі. Украінскі 14-складовы верш у беларускай паэзіі: рытміка перакладаў і імітацый // X Міжнародны Кангрэс даследчыкаў Беларусі, Коўна, 01.10.2022 [Vladislav Poritski. Ukrainian 14-syllable verse in Belarusian poetry: the rhythm of translations and imitations // Presented at 10th International Congress of Belarusian Studies, Kaunas, 01.10.2022]</p> <p>The empirical investigation of 14-syllable verse, presented in the talk, is based upon a sample of Ukrainian texts by Taras Shevchenko, their Belarusian translations, and original Belarusian poetry by Yanka Kupala, Yakub Kolas, Piatruś Brouka. The dataset structure is as follows:</p> <ul> <li>./0_plain &ndash; plain texts;</li> <li>./1_accentuated &ndash; accentuated texts;</li> <li>metadata_shevchenko.tsv, metadata_be_authors.tsv &ndash; metadata files describing the texts;</li> <li>make_reports.py &ndash; a Python script to generate statistic reports from the accentuated texts;</li> <li>./2_reports &ndash; programmatically generated reports;</li> <li>slides.tex &ndash; LaTeX source code of the talk&#39;s slides, where the reports are embedded as diagrams and tables;</li> <li>slides.pdf &ndash; PDF version of the slides.</li> </ul> <p>The directories ./0_plain, ./1_accentuated, ./2_reports are provided in .zip archives.</p> <p>Belarusian translations of Taras Shevchenko&#39;s poetry have been taken from the book:<br> Т. Р. Шаўчэнка. Вершы. Паэмы. Мінск: Мастацкая літаратура, 1989.<br> (scan copy available at https://files.knihi.com/Knihi/scanned/Saucenka.Viersy_paemy.djvu)<br> Each poem is stored in a separate .txt file. The file name indicates the number of the poem&#39;s first page in the scanned book, e.g.: 021.txt. Same names are used for the respective Ukrainian texts. In each pair of files, such as e.g. ./0_plain/uk/021.txt and ./0_plain/be/021.txt, the texts are aligned line by line. Poem titles in both languages, translator names, and the URLs of Ukrainian source texts are provided in metadata_shevchenko.tsv.</p> <p>Original Belarusian poetry, kept in ./0_plain/be, doesn&#39;t require any alignment, and the naming scheme is different. Poem titles, author names, and the URLs of Belarusian source texts are provided in metadata_be_authors.tsv.</p> <p>In all Ukrainian and Belarusian texts, metrically irrelevant lines are discarded, only 14-syllable verse lines are stored, each of them split graphically into 8+6 syllables. Occasional minor violations, i.e. &plusmn; one or two syllables, are allowed in the texts but ignored in the statistic reports. No spans shorter than a pair of rhyming 14-syllable lines (or, graphically, a quatraine of 8+6+8+6 syllables) were sampled from polymetric poems.</p> <p>These special characters are used:</p> <ul> <li>&quot;/&quot; to represent line break in the source edition;</li> <li>&quot;//&quot; for section break (next stanza, another character&#39;s words);</li> <li>trailing &quot;#&quot; for the inverse of line break: to recover the original 14-syllable line as printed in the source edition, one should remove the newline;</li> <li>leading &quot;#&quot; for mis-aligned lines, e.g. those missing in the Belarusian translation and added hypothetically, in order to restore the alignment.</li> </ul> <p>The procedure of accentuating Ukrainian and Belarusian texts was semi-automatic, using an opportunistic database of word accents crawled from online lexicographic resources: https://slounik.org for Belarusian, https://uk.wiktionary.org and https://slovnyk.ua/nagolos.php for Ukrainian. The database and the accentuator script are not part of this dataset. Although a fair bit of manual supervision was put into ensuring that most accents are accurate, it&#39;s likely that some errors still remain, especially in the Ukrainian data, so please be cautious.</p> <p>Accentuated texts in ./1_accentuated/uk and ./1_accentuated/be are lowercased, with all punctuation stripped off. As usual in quantitative study of East Slavic verse (see e.g. https://doi.org/10.12697/smp.2019.6.2.02 for a recent overview), we distinguish between two kinds of stresses: pronouns and certain other function words bear &quot;light&quot; stress, while content words bear &quot;heavy&quot; stress. These are the designations:</p> <ul> <li>&quot;`&quot; for light stress, to the left of the stressed vowel;</li> <li>&quot;&#39;&quot; for heavy stress, to the right of the stressed vowel (note that after consonants, &quot;&#39;&quot; is an apostrophe);</li> <li>&quot;*&quot; for variant heavy stress, as in Ukrainian <em>ба*йду*же</em>;</li> <li>&quot;_&quot; to group clitics together with stressed words, as in Ukrainian <em>і_не_привіта&#39;ла</em>.</li> </ul> <p>In rare exceptional cases, the meter may require to pronounce syllabic consonants, as in Belarusian <em>рэестр</em>. To match pronunciation, we add a vowel in square brackets: <em>рэест[а]р</em>.</p> <p>The reports summarize certain statistic properties of the dataset:</p> <ul> <li>translators.csv &ndash; a breakdown of Shevchenko&#39;s Belarusian translations into the numbers of lines contributed by each translator. 8+6 are counted as separate lines. Syllable count violations are ignored: a pair of aligned Ukrainian / Belarusian lines is not counted towards the translator&#39;s total, if the number of syllables is irrelevant (e.g. 9 and 9) or mismatched (e.g. 8 and 6).</li> <li>be_authors.csv &ndash; line counts by author in the original Belarusian poetry. Same counting rules apply, modulo the alignment.</li> <li>rhythm.csv &ndash; percentages of accents on each of the 14 syllables in various samples, grouped by author and / or translator. Rows are syllables, columns are samples. Accents in each sample are counted two ways: &quot;min&quot; &ndash; only heavy stresses, &quot;max&quot; &ndash; all stresses.</li> <li>total_accentuation.csv &ndash; average accent counts per line in Shevchenko&#39;s Ukrainian texts and Belarusian translations, separately for 8+6, separately for heavy and all stresses.</li> <li>word_boundary.csv &ndash; statistics of word boundary positions in 8-syllable 2-word heavy-stressed lines in Shevchenko&#39;s Ukrainian texts and Belarusian translations.</li> <li>trochaicity.csv &ndash; ratio of stresses that match trochaic metrical template, separately for 8+6, heavy stresses only. Rows are samples: Shevchenko&#39;s Ukrainian texts and Belarusian translations, original poetry by three Belarusian authors.</li> </ul> <p>For implementation details, see the source code of make_reports.py.</p> <p>To reproduce report generation, you will need Python. Unzip the archive 1_accentuated.zip and run:<br> python3 make_reports.py</p> <p>To rebuild the slides, you will need LaTeX:<br> xelatex -synctex=1 -interaction=nonstopmode -shell-escape slides.tex<br> If the bibliographic references are not rendered properly, rerun once again.</p>

ShareScore

36/100

Overall dataset sharing score

Score breakdown

These five areas show where the dataset supports — or may limit — practical reuse.

Stewardship
8
Harmonization
4
Access
16
Reuse readiness
8
Engagement
0

Topics