1087 rules total — 1 shown (capped at 500). ← back to grammar index
| rule_id | Category | Concept | Summary | Body (excerpt) | N att. |
|---|---|---|---|---|---|
balavan_vs_sparse_svara |
validation | balavan | A balavan (strong) svara is contrasted with the abala (weak) sparse svara: sparseness corresponds to abala, abundance to balavan. | def svara_strength(svara): · return 'balavan' if svara.abundant else ('abala' if svara.sparse else 'neutral') |
1 |