Published

October 21, 2024

Documentation: Article and Sense types

Types

Article

A single article in BDB.

Sense

A section of an article discussing a single sense or sub-sense.

Look up and format articles

bdb

Find all BDB articles for a given token.

bdb(tkn)

html_string

Compose HTML view of a sense.

html_string(s)

Compose HTML view of an article

html_string(a; level)

Functions on senses

label

BDB label for a sense or subsense in an article.

label(s)

definition

Definition for a sense or subsense.

definition(s)

verbform

Form verb for a sense or subsense.

verbform(s)

subsenses

Further sub-senses for a sense or subsense.

subsenses(s)

Functions on articles

id

Find BDB ID for an article.

id(a)

headword

Hebrew headword for an article.

headword(a)

strong_numbers

List of Strong numbers (string values) for a BDB article.

strong_numbers(a)

next_hw

Next headword in BDB.

next_hw(a)

prev_hw

Previous headword in BDB.

prev_hw(a)

senses

All top-level sections (senses) in an article.

senses(a)