30 lines
764 B
TOML
30 lines
764 B
TOML
pack_id = "en"
|
|
name = "English Base Pack"
|
|
version = "0.1.0"
|
|
status = "draft"
|
|
script = "Latin"
|
|
default = true
|
|
|
|
[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
|
|
|
|
[notes]
|
|
role = """
|
|
Default articulation base. English is chosen as the default for practical
|
|
reasons (current primary working language) but the contract does not privilege
|
|
it semantically. Any language could serve this role in a custom CORE instance.
|
|
The default flag controls surface output, not field-layer priority.
|
|
"""
|