keryx voice lexicon list¶
Description¶
List the pronunciation rules declared in pronunciation.yaml. Offline — reads
the file only, no provider call (spec 0022 R-GEN-35). See
voice lexicon for the file format and the wider workflow.
Usage¶
Behaviour¶
- Prints each rule as
word → /ipa/ (ipa)orword → "alias" (alias), then a count. - Errors cleanly if the file is missing or a rule is invalid (a word with both or
neither of
ipa/alias). --output jsonemits the rule array under the standarddataenvelope.
Flags¶
| Flag | Description | Default | Required |
|---|---|---|---|
--file |
pronunciation rules file | pronunciation.yaml |