k-mktr/luther_bibel_de
Lutherbibel (1912) Description The Luther Bible (Lutherbibel) is a German translation of the Bible by Martin Luther (1483-1546), first published in 1534. This 1912 edition represents the final revision of Luther's translation before the major revisions of the 20th century. Luther's translation of the Bible into German from the original Hebrew and Greek was a landmark of the Reformation and had a profound influence on the development of the German language. The… See the full description on the dataset page: https://huggingface.co/datasets/k-mktr/luther_bibel_de.
Lutherbibel (1912)
Description
The Luther Bible (Lutherbibel) is a German translation of the Bible by Martin Luther (1483-1546), first published in 1534. This 1912 edition represents the final revision of Luther's translation before the major revisions of the 20th century. Luther's translation of the Bible into German from the original Hebrew and Greek was a landmark of the Reformation and had a profound influence on the development of the German language. The 1912 edition includes the Protestant canon (66 books). It remains one of the most important German Bible translations.
Dataset Structure
Each row represents one Bible verse.
Statistics
- Books: 66
- Verses: 31102
- Language: German
- Format: Parquet (ZSTD compressed)
- File size: 2.26 MB
Usage
from datasets import load_dataset
dataset = load_dataset("k-mktr/luther_bibel_de", split="train")
print(dataset[0])
# {'translation_id': 'luther_bibel_de', 'book': '...', 'chapter': 1, 'verse': '1', 'text': '...'}License
Public domain (1912 revision, copyright expired).
