CoolFace
Datasetpublic

k-mktr/basque_nt_eu

Basque NT (Navarro Labourdin) Description The Basque New Testament in the Navarro-Labourdin dialect is a translation of the New Testament into the Basque language (Euskara), one of the oldest living languages in Europe and a linguistic isolate. This translation represents the classical literary Basque of the Northern (French) Basque Country. Basque is spoken by approximately 750,000 people in the Basque Country straddling Spain and France. This translation is a… See the full description on the dataset page: https://huggingface.co/datasets/k-mktr/basque_nt_eu.

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

Basque NT (Navarro Labourdin)

Description

The Basque New Testament in the Navarro-Labourdin dialect is a translation of the New Testament into the Basque language (Euskara), one of the oldest living languages in Europe and a linguistic isolate. This translation represents the classical literary Basque of the Northern (French) Basque Country. Basque is spoken by approximately 750,000 people in the Basque Country straddling Spain and France. This translation is a landmark of Basque literature.

Dataset Structure

Each row represents one Bible verse.

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

Usage

python
from datasets import load_dataset

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

License

Public domain (copyright expired).