k-mktr/hebrew_masoretic_ot_hbo
Hebrew Masoretic Old Testament (כתבי הקודש) Description The complete Hebrew Masoretic Text of the Old Testament (Tanakh), based on the Leningrad Codex — the oldest complete manuscript of the Hebrew Bible, dating to 1008 CE. This text serves as the basis for the Biblia Hebraica Stuttgartensia (BHS) and represents the authoritative Masoretic tradition. The text includes full vocalization (niqqud) and cantillation marks (te'amim), rendered in the square Hebrew… See the full description on the dataset page: https://huggingface.co/datasets/k-mktr/hebrew_masoretic_ot_hbo.
Hebrew Masoretic Old Testament (כתבי הקודש)
Description
The complete Hebrew Masoretic Text of the Old Testament (Tanakh), based on the Leningrad Codex — the oldest complete manuscript of the Hebrew Bible, dating to 1008 CE. This text serves as the basis for the Biblia Hebraica Stuttgartensia (BHS) and represents the authoritative Masoretic tradition.
The text includes full vocalization (niqqud) and cantillation marks (te'amim), rendered in the square Hebrew script. It covers all 39 books of the Protestant Old Testament canon from Genesis to Malachi.
Source: eBible.org — Hebrew Masoretic OT, public domain.
Language: Biblical Hebrew (Ancient Hebrew, ISO 639-3: hbo).
Dataset Structure
Each row represents one Bible verse.
Statistics
- Books: 39 (complete Old Testament / Tanakh)
- Verses: 23,213
- Language: Biblical Hebrew (hbo)
- Format: Parquet (ZSTD compressed)
- File size: 1.65 MB
Books
Usage
from datasets import load_dataset
dataset = load_dataset("k-mktr/hebrew_masoretic_ot_hbo", split="train")
print(dataset[0])
# {'translation_id': 'hebrew_masoretic_ot_hbo', 'book': 'Genesis', 'chapter': 1, 'verse': '1', 'text': 'בְּרֵאשִׁ֖ית בָּרָ֣א אֱלֹהִ֑ים...'}License
Public Domain. The Masoretic text of the Hebrew Bible is not subject to copyright.
Notes
- This dataset contains only the Old Testament (Tanakh). The New Testament was originally written in Koine Greek, not Hebrew.
- The text includes full vocalization (niqqud) and cantillation marks (te'amim).
- The verse count follows the standard Masoretic versification.
- Some chapter/verse divisions may differ between Jewish and Christian Bibles (e.g., Malachi 3:19-24 is Malachi 4:1-6 in Christian Bibles).
