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.
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.
Statistics
- Books: 6
- Verses: 6478
- Language: Armenian
- Format: Parquet (ZSTD compressed)
- File size: 0.60 MB
Usage
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).
