1087 rules total — 3 shown (capped at 500). ← back to grammar index
| rule_id | Category | Concept | Summary | Body (excerpt) | N att. |
|---|---|---|---|---|---|
dhvani_metaphysical_origin |
definition | dhvani | Dhvani is held to be the ultimate origin of all creation, analogous to Śabdabrahman, Nādabrahman, Parā Vāk; it is manifest through the obtai | DHVANI_ONTOLOGY = {'ultimate_origin': True, 'analogues': ['shabdabrahman','nadabrahman','para_vak'], 'manifest_via': 'varnas'} |
2 |
dhvani_definition_svara_progenitor |
definition | dhvani | Dhvani that is the progenitor of rāga is defined as svara. | def dhvani_as_svara(dhvani): · if dhvani.progenitor_of_raga: · return classify_as_svara(dhvani) |
1 |
dhvani_in_raga_definition |
relation | dhvani | Rāga is that which colours/delights the mind through specific svara, varṇa, or a type of dhvani. | def is_raga(form): · return form.colours_mind_via in {'svara','varna','dhvani_type'} |
1 |