Get Phoneme Inventory
get_phoneme_inventoryGet the full phoneme inventory supported by the pronunciation scorer.
Returns a list of all English phonemes the engine can assess, including ARPAbet symbol, IPA equivalent, example word, and phoneme category (vowel, consonant, diphthong).
Returns: list of dicts, each with keys: - arpabet (str): ARPAbet symbol (e.g. 'AA', 'TH') - ipa (str): IPA notation - example (str): Example word containing the phoneme - category (str): vowel, consonant, or diphthong
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||