← all rules · grammar index

akara_vowels_are_true_svaras

validation  ·  concept: ākāra  ·  1 attestation(s)  ·  confidence 0.88
Only vowels beginning with ākāra are true svaras; ṣaḍja and the like exist for the pronunciation of these vowels.

Body (pseudocode)

def is_true_svara(sound): return sound.type == 'vowel' and sound.starts_with == 'akara'

Inputs / output

soundobject
is_true_svara

Evidence (1)

Other rules in category validation