Options for downloading data

Published

November 9, 2024

Download OSHB annotations for the entire Hebrew Bible:

using OpenScripturesHebrew
words = tanakh()
length(words)
432307

Alternatively, download a named section of the Bible using one of the functions torah, writings, or prophets.

torahwords = torah()
length(torahwords)
124123

You can download annotations for a single book of the Bible using the OSHB’s abbreviation for a book.

genesiswords = singlebook("Gen")
length(genesiswords)
32080
Full list of OSH abbreviations

See this page for a complete list of OSH abbreviations for books of the Hebrew Bible.