CoolFace
Datasetpublic

k-mktr/armenian_bible_hy

Armenian Bible (Eastern) Description The Armenian translation of the Bible has a history dating back to the 5th century, when Mesrop Mashtots created the Armenian alphabet specifically to translate the Scriptures. This public domain edition represents the Eastern Armenian version, translated from the original Hebrew and Greek texts. Armenia was the first nation to adopt Christianity as a state religion (301 AD), and the Armenian Bible is a cornerstone of Armenian… See the full description on the dataset page: https://huggingface.co/datasets/k-mktr/armenian_bible_hy.

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

Armenian Bible (Eastern)

Description

The Armenian translation of the Bible has a history dating back to the 5th century, when Mesrop Mashtots created the Armenian alphabet specifically to translate the Scriptures. This public domain edition represents the Eastern Armenian version, translated from the original Hebrew and Greek texts. Armenia was the first nation to adopt Christianity as a state religion (301 AD), and the Armenian Bible is a cornerstone of Armenian culture and identity.

Dataset Structure

Each row represents one Bible verse.

ColumnTypeDescription
translation_idstringTranslation identifier
translationstringFull translation name
languagestringLanguage code
book_numberint32Book number (1-6)
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: 6
  • —Verses: 6478
  • —Language: Armenian
  • —Format: Parquet (ZSTD compressed)
  • —File size: 0.60 MB

Usage

python
from datasets import load_dataset

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

License

Public domain (copyright expired).