funderburkjim / elispsanskrit

Elisp functions pertaining to Sanskrit grammar.
Other
7 stars 1 forks source link

compare to Huet, verbs, aorist tense #13

Open funderburkjim opened 8 years ago

funderburkjim commented 8 years ago

This issue summarizes differences and similarities noticed in the comparison of verb conjugations; the methodology is described in the readme for huetcompare/verbs-tp-aor.

funderburkjim commented 8 years ago

root comparison

huet_stems_aor.txt summarizes the roots that appear in aorist conjugation forms in the SL_roots.xml file from Huet. For a given root, aorist conjugations may appear in either the Parasamaipada or Atmanepada or Passive form. Each aorist form also has a 'kind', identified by a number 1 to 7. This kind-pada information is present in the file.

In the stems file, this passive form is listed as 'Q' (instead of 'P' and 'A' for the two padas).

pysan_stems_aor.txt summarizes the roots and kind-padas that appear in the MW-verb-aor.txt of the pysan system. There are no passive forms in MW-verb-aor.

The two lists of roots and kind-padas are compared in compare_stems_aor.txt.

This comparison is organized into categories:

In all, there are 132 roots in Huet which have aorist forms. Only 15 of these have identical kind-pada information in Pysan. So, the identification of appropriate aorist varieties and padas is a significant difference in the two systems.

funderburkjim commented 8 years ago

conjugation table comparison

huet_conj_tables_aor.txt contains 355 aorist tense conjugation tables derived from Huet's SL_roots.xml.

Each of these appears on one line of the file.

For each of these Huet computations, a comparable computation from the pysan system was prepared, taking into account the class-kind-pada information used by pysan aorist tense computations. The result is pysan_conj_tables_aor.txt.

compare_conj_tables_aor.txt summarizes the similarities and differences in the corresponding conjugations from the two files just mentioned. Some statistics resulting from the comparison:

funderburkjim commented 8 years ago

This completes the initial observations regarding aorist conjugations in the two systems.