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.
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.
Statistics
- Books: 65
- Verses: 31,020
- Language: Romanian
- Format: Parquet (ZSTD compressed)
- File size: 3.09 MB
Usage
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).
