CoolFace
Datasetpublic

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.

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

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.

ColumnTypeDescription
translation_idstringTranslation identifier: hebrew_masoretic_ot_hbo
translationstringFull translation name
languagestringLanguage code: he
book_numberint32Book number (1-39 for Old Testament)
bookstringBook name (English)
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 in Hebrew script with niqqud and te'amim

Statistics

  • Books: 39 (complete Old Testament / Tanakh)
  • Verses: 23,213
  • Language: Biblical Hebrew (hbo)
  • Format: Parquet (ZSTD compressed)
  • File size: 1.65 MB

Books

#BookAbbrVerses
1GenesisGen1,533
2ExodusExod1,213
3LeviticusLev859
4NumbersNum1,289
5DeuteronomyDeut959
6JoshuaJosh658
7JudgesJudg618
8RuthRut85
91 Samuel1Sam811
102 Samuel2Sam695
111 Kings1Kgs817
122 Kings2Kgs719
131 Chronicles1Chr943
142 Chronicles2Chr822
15EzraEzra280
16NehemiahNeh405
17EstherEst167
18JobJob1,070
19PsalmsPs2,527
20ProverbsProv915
21EcclesiastesEccl222
22Song of SolomonSong117
23IsaiahIsa1,291
24JeremiahJer1,364
25LamentationsLam154
26EzekielEzek1,273
27DanielDan357
28HoseaHos197
29JoelJoel73
30AmosAmos146
31ObadiahObad21
32JonahJon48
33MicahMic105
34NahumNah47
35HabakkukHab56
36ZephaniahZeph53
37HaggaiHag38
38ZechariahZech211
39MalachiMal55

Usage

python
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).