Generative rules

1087 rules total — 1 shown (capped at 500). ← back to grammar index

rule_idCategoryConceptSummaryBody (excerpt)N att.
akara_vowels_are_true_svaras validation ākāra Only vowels beginning with ākāra are true svaras; ṣaḍja and the like exist for the pronunciation of these vowels. def is_true_svara(sound): · return sound.type == 'vowel' and sound.starts_with == 'akara' 1