k-mktr/albanian_bible_sq
Albanian Bible Description A complete translation of the Bible into the Albanian language. This public domain edition represents one of the early complete Albanian Bible translations, making the Scriptures accessible to Albanian-speaking communities in Albania, Kosovo, North Macedonia, and the Albanian diaspora. It includes the Protestant canon (66 books). Dataset Structure Each row represents one Bible verse. Column Type Description… See the full description on the dataset page: https://huggingface.co/datasets/k-mktr/albanian_bible_sq.
Albanian Bible
Description
A complete translation of the Bible into the Albanian language. This public domain edition represents one of the early complete Albanian Bible translations, making the Scriptures accessible to Albanian-speaking communities in Albania, Kosovo, North Macedonia, and the Albanian diaspora. It includes the Protestant canon (66 books).
Dataset Structure
Each row represents one Bible verse.
Statistics
- Books: 66
- Verses: 31102
- Language: Albanian
- Format: Parquet (ZSTD compressed)
- File size: 2.43 MB
Usage
from datasets import load_dataset
dataset = load_dataset("k-mktr/albanian_bible_sq", split="train")
print(dataset[0])
# {'translation_id': 'albanian_bible_sq', 'book': '...', 'chapter': 1, 'verse': '1', 'text': '...'}License
Public domain (copyright expired).
