funderburkjim / elispsanskrit

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

compare to Huet, verbs, periphrastic future tense #14

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-pef.

funderburkjim commented 8 years ago

root comparison

huet_stems_pef.txt summarizes the roots that appear in periphrastic future conjugation forms in the SL_roots.xml file from Huet. For a given root, periphrastic future conjugations may appear in either the Parasamaipada or Atmanepada form (or both), and this pada information is also present in the stem file. Note: It is in fact the case that only Parasmaipada occurs.

pysan_stems_pef.txt summarizes the roots and padas that appear in the dcpforms-MW-verb.txt of the pysan system.

The two lists of roots and padas are compared in compare_stems_pef.txt.

This comparison is organized into categories:

funderburkjim commented 8 years ago

conjugation table comparison

huet_conj_tables_pef.txt contains 732 periphrastic future 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-pada information used by pysan periphrastic future tense computations. The result is pysan_conj_tables_pef.txt.

compare_conj_tables_pef.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 ends the preliminary observations comparing the two systems for the periphrastic future.