sanskrit-lexicon / csl-inflect

GNU Lesser General Public License v3.0
3 stars 0 forks source link

Huet aorist forms #4

Closed funderburkjim closed 3 years ago

funderburkjim commented 4 years ago

Currently, only the aorist forms from Deshpande's text are available in this repository and its associated display:

image

This issue documents the steps in incorporating the aorist forms published by Gerard Huet. The starting point for this is the huet_conj_tables_aor.txt file in https://github.com/sanskrit-lexicon/csl-inflect/tree/master/huetdata.

gasyoun commented 4 years ago

incorporating the aorist forms published by Gerard Huet

It means dhatu review has come to a logical end untill we do not find the missing parts, right?

funderburkjim commented 4 years ago

Maybe will do the dhatu review for GRA , BEN. Worth doing?

But first wanted to get the aorist forms into the inflection display.

gasyoun commented 4 years ago

But first wanted to get the aorist forms into the inflection display.

Understood.

Maybe will do the dhatu review for GRA , BEN. Worth doing?

Sure, answered in yesterday's topic. GRA I use almost everyday. BEN not so, but it sure deserves some attention.

funderburkjim commented 4 years ago

Huet roots with aorist forms.

There are 355 tables of aorist forms in the Huet data.
These involve 132 distinct roots. verb_cp_huet_aor.txt show the associated MW root records.

Mapping to MW verb records

9 of the 132 roots are spelled differently by Huet and MW.

; Huet spelling DyA -> MW spelling DyE
; Huet spelling praS -> MW spelling praC
; Huet spelling mUrC -> MW spelling murC
; Huet spelling mlecC -> MW spelling mleC
; Huet spelling vyA -> MW spelling vye
; Huet spelling SA -> MW spelling Si
; Huet spelling SU -> MW spelling Svi
; Huet spelling sA -> MW spelling so
; Huet spelling hU -> MW spelling hve

The mapping was determined by comparing Huet's Heritage dictionary entries with MW entries. For example, hU in the Huet dictionary: image

In MW, 'hU' : ← (H1) [p= 1301,3] : 1. hū weak form of √hve, p.1308. [ID=263601] and 'hve': image

some 'non-genuine' roots

Most of the csl-inflect work with verbs is restricted to the verbs which MW marks as 'genuine'. 12 of the verbs for which Huet has aorist inflections are verbs which MW marks as non-genuine. While we aim to make the aorist forms of these verbs accessible to the display, we currently defer attempting to compute other inflections (present, etc.) of these. If and when the need arises, we can add the present forms of these verbs (in particular, add them to the verbs inlist verb_cp.txt which have present and other inflections.

gasyoun commented 4 years ago

12 of the verbs for which Huet has aorist inflections are verbs which MW marks as non-genuine.

So in a century from now the genuity could be revised, interesting.

funderburkjim commented 4 years ago

aorist forms now added

All the aorist forms from Huet's DATA/XML have now been added. Example from display, for 'AsTat': Previously, from Deshpande: image

Current, Including Huet data:

image

Note previously, Deshpande data included forms from 'BU' also under 'as'. I changed 'aBUt', etc. to be associated with BU only:

image

funderburkjim commented 4 years ago

Integration of Huet and Deshpande forms

This proved more difficult than expected.

algorithmic and manual forms

The other source of difficulty relates to the fact that, for verb forms in general, there needs to be the ability to handle both:

For the aorist, this is the first batch of verb forms from a source other than Deshpande. Some progress was made that should allow greater ease in incorporating additional forms from Huet's published data.

gasyoun commented 4 years ago

There is reliable Python code for generating conjugation tables

And it can be found ...?

classes, 2, 3, 5, 7, 8, 9), the algorithms are less reliable, so I have chosen to use manual conjugation tables

Understood.

funderburkjim commented 4 years ago

aorist forms installed

The aorist forms from Huet have been merged with those from Deshpande, and the result installed.

The installed conjugation tables are now in tables_aorist.txt for active and middle voices, and tables_aorist_passive.txt for passive voice.

gasyoun commented 4 years ago

Huet have been merged with those from Deshpande

Good news. Hope Huet reviews some of the forms after as well, if needed.

drdhaval2785 commented 3 years ago

Closable?

funderburkjim commented 3 years ago

Yes, closable