40 lines
1.2 KiB
TOML
40 lines
1.2 KiB
TOML
pack_id = "he"
|
|
name = "Hebrew Depth Pack"
|
|
version = "0.1.0"
|
|
status = "draft"
|
|
script = "Hebrew"
|
|
normalization = "deterministic"
|
|
default = false
|
|
|
|
# Hebrew is the first depth language. Its semantic range— especially
|
|
# in verb stems (binyanim), construct chains, and the relationship
|
|
# between speech-act and spoken-thing (dabar) — provides a structural
|
|
# depth that English alone cannot supply to the field.
|
|
|
|
[contracts]
|
|
lemma_first = true
|
|
shared_field_target = true
|
|
local_readback = true
|
|
alignment_required = true
|
|
|
|
[depth]
|
|
# Depth packs contribute semantic pressure that the base pack
|
|
# cannot fully express. Hebrew depth includes:
|
|
# - Binyan (verb stem) system: qal, niphal, piel, pual, hiphil, hophal, hithpael
|
|
# - Construct chain (smichut) for relational noun phrases
|
|
# - Aspectual system (qatal/yiqtol/wayyiqtol) over tense system
|
|
# - Implicit copula — presence or absence of haya is itself meaningful
|
|
binyanim = ["qal", "niphal", "piel", "pual", "hiphil", "hophal", "hithpael"]
|
|
aspect_system = "qatal-yiqtol-wayyiqtol"
|
|
construct_chains = true
|
|
implicit_copula = true
|
|
|
|
[gates]
|
|
schema = false
|
|
lexical = false
|
|
morphology = false
|
|
lift = false
|
|
readback = false
|
|
determinism = false
|
|
alignment = false
|
|
coverage = false
|