Skip to content

Commit

Permalink
Removed duplicate reciprocal/reflexive checks
Browse files Browse the repository at this point in the history
Removed accidentally duplicated reciprocal/reflexive checks (should have been removed as part of earlier commit)
  • Loading branch information
coxchristopher committed Nov 7, 2023
1 parent 5d34098 commit 40446a2
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions src/fst/affixes/verb_middle_affixes.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -598,33 +598,6 @@ LEXICON Filter-DO-IO-Other
! throughout.
@U.OBJECTPERSON.INDEF@ #;

! Make sure that at most one reflexive or reciprocal form appears as a direct
! object or indirect object (i.e., no DObj.REFL/RECIP-IObj.REFL/RECIP
! combinations)
@U.OBJECTPERSON.REFL@@U.OBLIQUEPERSON.1@ #;
@U.OBJECTPERSON.REFL@@U.OBLIQUEPERSON.2@ #;
@U.OBJECTPERSON.REFL@@U.OBLIQUEPERSON.3@ #;
@U.OBJECTPERSON.REFL@@U.OBLIQUEPERSON.4@ #;
@U.OBLIQUEPERSON.REFL@@U.OBJECTPERSON.1@ #;
@U.OBLIQUEPERSON.REFL@@U.OBJECTPERSON.2@ #;
@U.OBLIQUEPERSON.REFL@@U.OBJECTPERSON.3@ #;
@U.OBLIQUEPERSON.REFL@@U.OBJECTPERSON.4@ #;

@U.OBJECTPERSON.RECIP@@U.OBLIQUEPERSON.1@ #;
@U.OBJECTPERSON.RECIP@@U.OBLIQUEPERSON.2@ #;
@U.OBJECTPERSON.RECIP@@U.OBLIQUEPERSON.3@ #;
@U.OBJECTPERSON.RECIP@@U.OBLIQUEPERSON.4@ #;
@U.OBLIQUEPERSON.RECIP@@U.OBJECTPERSON.1@ #;
@U.OBLIQUEPERSON.RECIP@@U.OBJECTPERSON.2@ #;
@U.OBLIQUEPERSON.RECIP@@U.OBJECTPERSON.3@ #;
@U.OBLIQUEPERSON.RECIP@@U.OBJECTPERSON.4@ #;

! TODO: In theory, there might be contexts in which REFL-RECIP (e.g., 'they
! fed themselves to each other') and RECIP-REFL (e.g., 'they fed each other
! to themselves') might be plausible. For now, we exclude those forms from
! being produced/accepted, since they tend to be semantically odd for most
! ditransitive verbs.


! Direct object experiencer verbs have direct object inflection only
! (interpreted as 'subject' in English translations; more restricted set of
Expand Down

0 comments on commit 40446a2

Please sign in to comment.