CoolFace
Datasetpublic

k-mktr/ukrainian_kulish_puliuy_uk

Ukrainian Bible (Kulish-Puliuy, 1905) Description The Kulish-Puliuy Bible (Куліш-Пулюй) is a Ukrainian translation of the Bible prepared by Panteleimon Kulish (1819-1897) and Ivan Puliuy (1845-1918), with the assistance of Ivan Nechuy-Levytsky. Published in 1905, this translation from the original Hebrew and Greek is a landmark of Ukrainian biblical literature. It represents a different translation tradition from the Ogienko version already in the collection. It… See the full description on the dataset page: https://huggingface.co/datasets/k-mktr/ukrainian_kulish_puliuy_uk.

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes9downloads
Dataset Card

Ukrainian Bible (Kulish-Puliuy, 1905)

Description

The Kulish-Puliuy Bible (Куліш-Пулюй) is a Ukrainian translation of the Bible prepared by Panteleimon Kulish (1819-1897) and Ivan Puliuy (1845-1918), with the assistance of Ivan Nechuy-Levytsky. Published in 1905, this translation from the original Hebrew and Greek is a landmark of Ukrainian biblical literature. It represents a different translation tradition from the Ogienko version already in the collection. It includes the Protestant canon (66 books).

Dataset Structure

Each row represents one Bible verse.

ColumnTypeDescription
translation_idstringTranslation identifier
translationstringFull translation name
languagestringLanguage code
book_numberint32Book number (1-65)
bookstringBook name
book_abbrstringBook abbreviation
chapterint32Chapter number
versestringVerse number (may include suffixes like 13a)
verse_numberint32Numeric part of verse
verse_suffixstringVerse suffix (e.g. a, b) or null
verse_idstringUnique verse identifier ({book_abbr}_{chapter}_{verse})
textstringVerse text

Statistics

  • —Books: 65
  • —Verses: 31,058
  • —Language: Ukrainian
  • —Format: Parquet (ZSTD compressed)
  • —File size: 3.00 MB

Usage

python
from datasets import load_dataset

dataset = load_dataset("k-mktr/ukrainian_kulish_puliuy_uk", split="train")
print(dataset[0])
# {'translation_id': 'ukrainian_kulish_puliuy_uk', 'book': '...', 'chapter': 1, 'verse': '1', 'text': '...'}

License

Public domain (1905 edition, copyright expired).