You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Book/CONLANG_DEVELOPMENT/chapters/a-command-reference.typ
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ Add `--help` to any command for its full signature.
12
12
#section("Setup")
13
13
14
14
/ `init <name>`: Create a language sub-book with its five chapters.
15
+
/ `scaffold --from "<description>" [--out F]`: (AI) Propose a starter phoneme inventory from a short description, as pasteable Phonology-chapter HJSON (preview-only).
15
16
/ `list`: List every defined language with summary counts.
16
17
/ `doctor <lang> [--json]`: A health check — phonotactic and lexical problems plus how much of your manuscript's language-words the lexicon already covers.
17
18
@@ -68,6 +69,7 @@ Add `--help` to any command for its full signature.
68
69
69
70
/ `metrics <lang> [--json]`: Quantitative sound-system metrics — phoneme entropy, the Zipf fit, phonotactic saturation, mora weight.
70
71
/ `naturalness <lang> [--json]`: Judge the phoneme inventory against cross-linguistic tendencies (voicing symmetry, place coverage, near-universals, size) into a 0–1 score.
72
+
/ `suggest-phonemes <lang> [--json]`: Recommend phonemes that would round out the inventory (voiced counterparts, missing near-universals). Advisory.
71
73
/ `pairs <lang> [--limit N] [--json]`: Find minimal pairs and the distinctive feature each turns on — the functional load of your contrasts.
72
74
/ `harmony <lang> [--json]`: Detect vowel harmony (backness, rounding) by how consistently a word's vowels agree.
73
75
/ `distribution <lang> [--json]`: Where each phoneme appears (onset / nucleus / coda, word edges) and any restricted distributions.
0 commit comments