Skip to content

Commit

Permalink
Added 0-PROG (to handle PROG forms that inflect like 0-IPFV, rather t…
Browse files Browse the repository at this point in the history
…han yi-PROG)
coxchristopher authored Jan 23, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ee58af0 commit 0412ab3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/fst/morphology/affixes/verb_inner_affixes.lexc
Original file line number Diff line number Diff line change
@@ -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
!

0 comments on commit 0412ab3

Please sign in to comment.