Karthikeyan Madathil
Karthikeyan Madathil
@akprasad Arun, thanks for reporting this. This is what's going on 1. We need a verb of some sort to anchor the parse. However, since samavetAH is a kta form,...
'Darmakzetre kurukzetre samavetAH yuyutsavaH kim akurvata saMjaya' now parses correctly, and has been added to the test suite. This takes roughly 400ms
Hi Arun @akprasad Can we get on a conf call to discuss this weekend to discuss use modes? (Would be good if @avinashvarna can join too). I can demo the...
>URL? @gasyoun sanskrit-parser.appspot.com Three options 1) Analyze Pada (all morphological options for a pada) 2) Split Sandhi 3) Analyze Vakya (Dependency Parsing)
Let me think of this for a bit. Need to reconfirm some answers with sutras. Key points 1. Shatvam/Natvam within a pada in the dictionary is ok 2. Shatvan/Natvam caused...
I'm leaning towards a contrib dictionary - we could maintain a list of words not in INRIA/skt_data, in a specific format, and optionally enable or disable that list of words...
Finally trying to get into this - your scores are for the *first* split, right? @avinashvarna
Thanks! The problem here is how we should compute the scores for lexical_analyzer. The top split isn't special - it's just one of the splits. Ordering is something we do....
Ah, I think I was confusing myself by overloading "score" incorrectly. Let me state my current understanding about the scoring branch 1) There's a lexical scorer, which is activated by...
Actually, a simple fix based on a minor change to sandhi.py (removing spaces while checking sandhi candidates), seems to fix things. Please review the PR