Skip to content

Commit

Permalink
Include both idits'i- and its'idi- variants of 4SG.REFL direct objects
Browse files Browse the repository at this point in the history
  • Loading branch information
coxchristopher committed Jun 26, 2024
1 parent 2db9223 commit 60c722e
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions src/fst/morphology/affixes/verb_middle_affixes.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,9 @@ LEXICON Reflexive-DO-AFF
@U.SUBJECTPERSON.3@@U.SUBJECTNUMBER.PL@@D.GI@@P.GI.ON@igidi Conative;
@U.SUBJECTPERSON.3@@U.SUBJECTNUMBER.PL@@D.GI@@P.GI.ON@idigi Conative;
! TODO: Check 4SG reflexive objects with Bruce (variation between its'idi-
! and idits'i-, paralleling 3SG variation?)
@U.SUBJECTPERSON.4@@U.SUBJECTNUMBER.SG@idi Conative;
! and idits'i-, paralleling 3SG variation?).
@U.SUBJECTPERSON.4@@U.SUBJECTNUMBER.SG@its'idi Conative;
@U.SUBJECTPERSON.4@@U.SUBJECTNUMBER.SG@idits'i Conative;


LEXICON Reciprocal-DO
Expand Down Expand Up @@ -337,9 +338,17 @@ LEXICON Outer-Subjects-4SG
! If that approach worked, then the presence of high-tone í- would result in
! full TAMA chunks being selected, without needing to monkey around with
! prefix flags like this...)
@R.CONATIVE.ON@ts'i Filter-SBJ-DO;
@R.CONATIVE.OFF@@D.PREFIX.MIDDLE@@P.PREFIX.MIDDLE@ts'i Filter-SBJ-DO;
@R.CONATIVE.OFF@@R.PREFIX.MIDDLE@@P.PREFIX.INNER@ts'i Filter-SBJ-DO;
@R.CONATIVE.ON@ Outer-Subjects-4SG-Form;
@R.CONATIVE.OFF@@D.PREFIX.MIDDLE@@P.PREFIX.MIDDLE@ Outer-Subjects-4SG-Form;
@R.CONATIVE.OFF@@R.PREFIX.MIDDLE@@P.PREFIX.INNER@ Outer-Subjects-4SG-Form;

LEXICON Outer-Subjects-4SG-Form
! 4SG subject forms with reflexive direct objects are treated here as already
! including the ts'i- subject prefix as part of their direct object markerx
! (i.e., as the portmanteau forms idits'i- / its'idi-), so we don't need to
! generate or accept a separate ts'i- subject prefix in those cases.
@R.OBJECTPERSON.REFL@ Filter-SBJ-DO;
@D.OBJECTPERSON.REFL@ts'i Filter-SBJ-DO;


LEXICON Filter-SBJ-DO
Expand Down

0 comments on commit 60c722e

Please sign in to comment.