Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User feedback #135

Open
suryasriram opened this issue Jul 8, 2022 · 3 comments
Open

User feedback #135

suryasriram opened this issue Jul 8, 2022 · 3 comments

Comments

@suryasriram
Copy link

I have an issue to report about the results for the following input:

viśuddha-vijñāna-ghanaṁ sva-saṁsthayā
samāpta-sarvārtham amogha-vāñchitam
sva-tejasā nitya-nivṛtta-māyā-
guṇa-pravāhaṁ bhagavantam īmahi

The issue is:
The first syllables of the third line svatejasā ... Namely 'sva' is a laghu syllable, but is being identified as guru, perhaps due to the samyuktakshara?

@shreevatsa
Copy link
Owner

Thanks for reporting! This was surprising, so I took a closer look… This is what I see for that input:

image

Actually what's happened is that it has correctly identified the sva as laghu (see the "Scanning the input" part of the debugging output, which I expanded in the above screenshot, or hover over the sva), but because it has stupidly matched a specific metre that happens to have G in that position (one of the "concrete" versions / "crystallizations" of Vaṃśastha), it is highlighting the syllable in red and pointing out that (if the poem was indeed intended to be specifically in "vaidhātrī" metre), then this is wrong.

The right solution here would be:

  • identify the metre as a partial match for Vaṃśastha more generally (rather than "vaidhātrī" specifically), which allows that syllable to be either L or G,
  • highlight only the missing syllable in māyā

I'd be happy with that but actually, this is a tricky case, because the metre is clearly "broken" in a sense, and yet (searching online) that seems to be the verse text… so maybe we should say lines 1, 2, 4 are in Vaṃśastha and line 3 is in Upajāti (specifically upendravajrā)?

@suryasriram
Copy link
Author

suryasriram commented Jul 9, 2022 via email

@shreevatsa
Copy link
Owner

Right, see the scansion (same as what the tool shows except I changed the very last syllable to G):

LGLGGLLGLGLG
LGLGGLLGLGLG
LGLGGLLGLGG
LGLGGLLGLGLG

— here lines 1, 2, 4 are in one metre and line 3 is in another. I've heard think such "mixtures" do occur in the literature… are there many more in the Bhagavatam?

(Thanks for your appreciation about the project… maybe it will give the motivation to return to this some day and fix remaining bugs / make improvements!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants