CoolFace
Datasetpublic

k-mktr/manx_gaelic_nt_gv

Manx Gaelic Bible (Esther, Jonah, Gospels) Description The Manx Gaelic Bible portions (Esther, Jonah, and the Four Gospels) represent Scripture in the Manx language (Gaelg), the Celtic language of the Isle of Man. Manx Gaelic became extinct as a first language in 1974 but has since been revived. These biblical portions are among the most significant texts in the Manx language and are crucial for the study of Manx linguistics and the revival of the language.… See the full description on the dataset page: https://huggingface.co/datasets/k-mktr/manx_gaelic_nt_gv.

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

Manx Gaelic Bible (Esther, Jonah, Gospels)

Description

The Manx Gaelic Bible portions (Esther, Jonah, and the Four Gospels) represent Scripture in the Manx language (Gaelg), the Celtic language of the Isle of Man. Manx Gaelic became extinct as a first language in 1974 but has since been revived. These biblical portions are among the most significant texts in the Manx language and are crucial for the study of Manx linguistics and the revival of the language.

Dataset Structure

Each row represents one Bible verse.

ColumnTypeDescription
translation_idstringTranslation identifier
translationstringFull translation name
languagestringLanguage code
book_numberint32Book number (1-5)
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: 5
  • —Verses: 3313
  • —Language: Manx Gaelic
  • —Format: Parquet (ZSTD compressed)
  • —File size: 0.25 MB

Usage

python
from datasets import load_dataset

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

License

Public domain (copyright expired).