Skip to content

Commit

Permalink
Minor fix to ni-PFV middle affix forms
Browse files Browse the repository at this point in the history
  • Loading branch information
coxchristopher authored Nov 5, 2024
1 parent 6b547fc commit 4e7b96e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/fst/morphology/affixes/verb_inner_affixes.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -718,9 +718,9 @@ LEXICON ni-PFV-AFF-MiddlePrefix
! with gi– 3PL.SBJ and ts'i- 4SG.SBJ) do not appear with low tone (e.g.,
! nàts'iníʔón "someone put it down (solid object)", not nàts'ìníʔón). We
! model this here by checking for the presence of object marking on the
! verb via the flag diacritic OBJECTPERSON.
@R.OBJECTPERSON@ ni-PFV-AFF-InnerPrefix;
@D.OBJECTPERSON@ ni-PFV-AFF-OuterPrefix;
! verb via the flag diacritic DIRECTOBJECTPRESENT.
@R.DIRECTOBJECTPRESENT.ON@ ni-PFV-AFF-InnerPrefix;
@D.DIRECTOBJECTPRESENT@ ni-PFV-AFF-OuterPrefix;

LEXICON ni-PFV-AFF-OuterPrefix
@U.SUBJECTPERSON.1@@U.SUBJECTNUMBER.SG@nis #;
Expand Down Expand Up @@ -758,8 +758,8 @@ LEXICON nis-PFV-AFF-InnerPrefix
@R.SUBJECTPERSON.4@@R.SUBJECTNUMBER.SG@^Pnís #; ! FLOATING L-TONE

LEXICON nis-PFV-AFF-MiddlePrefix
@R.OBJECTPERSON@ nis-PFV-AFF-InnerPrefix;
@D.OBJECTPERSON@ nis-PFV-AFF-OuterPrefix;
@R.DIRECTOBJECTPRESENT.ON@ nis-PFV-AFF-InnerPrefix;
@D.DIRECTOBJECTPRESENT@ nis-PFV-AFF-OuterPrefix;

LEXICON nis-PFV-AFF-OuterPrefix
@U.SUBJECTPERSON.1@@U.SUBJECTNUMBER.SG@nis #;
Expand Down Expand Up @@ -798,8 +798,8 @@ LEXICON nii-PFV-AFF-InnerPrefix
@R.SUBJECTPERSON.4@@R.SUBJECTNUMBER.SG@^Pníí #; ! FLOATING L-TONE

LEXICON nii-PFV-AFF-MiddlePrefix
@R.OBJECTPERSON@ nii-PFV-AFF-InnerPrefix;
@D.OBJECTPERSON@ nii-PFV-AFF-OuterPrefix;
@R.DIRECTOBJECTPRESENT.ON@ nii-PFV-AFF-InnerPrefix;
@D.DIRECTOBJECTPRESENT@ nii-PFV-AFF-OuterPrefix;

LEXICON nii-PFV-AFF-OuterPrefix
@U.SUBJECTPERSON.1@@U.SUBJECTNUMBER.SG@nis #;
Expand Down

0 comments on commit 4e7b96e

Please sign in to comment.