CoolFace
Datasetpublic

k-mktr/romanian_cornilescu_ro

Biblia Cornilescu (Romanian) Description The Cornilescu Bible (Biblia Cornilescu) is the most widely used Romanian Protestant Bible translation. It was translated by Dumitru Cornilescu (1891-1975), a Romanian Orthodox deacon who later became a Protestant. The New Testament was published in 1921 and the complete Bible in 1924. Cornilescu translated from the original Hebrew and Greek texts, producing a clear, modern Romanian version that became the standard Bible… See the full description on the dataset page: https://huggingface.co/datasets/k-mktr/romanian_cornilescu_ro.

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

Biblia Cornilescu (Romanian)

Description

The Cornilescu Bible (Biblia Cornilescu) is the most widely used Romanian Protestant Bible translation. It was translated by Dumitru Cornilescu (1891-1975), a Romanian Orthodox deacon who later became a Protestant. The New Testament was published in 1921 and the complete Bible in 1924. Cornilescu translated from the original Hebrew and Greek texts, producing a clear, modern Romanian version that became the standard Bible for Romanian-speaking Christians. 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,020
  • —Language: Romanian
  • —Format: Parquet (ZSTD compressed)
  • —File size: 3.09 MB

Usage

python
from datasets import load_dataset

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

License

Public domain (1924 edition, copyright expired).