core/packs/en/pack.toml

30 lines
695 B
TOML

pack_id = "en"
name = "English Base Pack"
version = "0.1.0"
status = "draft"
script = "Latin"
normalization = "deterministic"
default = true
# English is the default articulation base. Any CORE model instance
# may designate a different language as its base, but English is the
# canonical default until explicitly overridden in the model config.
[contracts]
lemma_first = true
shared_field_target = true
local_readback = true
alignment_required = true
[gates]
schema = false
lexical = false
morphology = false
lift = false
readback = false
determinism = false
alignment = false
coverage = false
# Gates are false until the gate runner confirms passage.
# Do not manually set these to true.