From 0412ab323aee1ac4b08dc1e58a57b310a43213ed Mon Sep 17 00:00:00 2001 From: Christopher Cox Date: Thu, 23 Jan 2025 14:14:02 -0500 Subject: [PATCH] Added 0-PROG (to handle PROG forms that inflect like 0-IPFV, rather than yi-PROG) --- .../morphology/affixes/verb_inner_affixes.lexc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/fst/morphology/affixes/verb_inner_affixes.lexc b/src/fst/morphology/affixes/verb_inner_affixes.lexc index ea45c28..43944b5 100644 --- a/src/fst/morphology/affixes/verb_inner_affixes.lexc +++ b/src/fst/morphology/affixes/verb_inner_affixes.lexc @@ -53,6 +53,7 @@ LEXICON TAMA isi-PFV ; yi-PROG ; + 0-PROG ; yi-POT ; @@ -1460,6 +1461,22 @@ LEXICON yii-PROG-AFF-OuterPrefix @R.SUBJECTPERSON.4@@R.SUBJECTNUMBER.SG@yii #; +! +! 0-PROG +! +! In some verb phrases, the forms that express the Progressive actually take +! 0-IPFV, rather than yi-PROG, inflection (e.g., Bruce states that the PROG +! form of tadììtł'á "start to dance" is taatł'ásh "he/she/it is dancing", +! which inflects like a regular 0-IPFV verb). +! +! We represent this overlap by analyzing such forms as serving the role of +! Progressives, while reusing all of the inflectional chunks defined for +! 0-IPFV. +! +LEXICON 0-PROG +@U.ASPECT.PROG@@U.TAMA.%0@ 0-IPFV-AFF ; + + ! ! yi-POT !