Skip to content

Commit

Permalink
Minor fix to prevent overgeneration in some valence classes
Browse files Browse the repository at this point in the history
  • Loading branch information
coxchristopher committed May 23, 2024
1 parent 79f9415 commit 2719d6a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/fst/morphology/affixes/verb_middle_affixes.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,12 @@ LEXICON Filter-SBJ-DO
! Skip classes that involve no direct object marking.
@U.VALENCE.INTRANSITIVE@ Filter-SBJ-IO;
@U.VALENCE.OBLIQUEOBJECT@ Filter-SBJ-IO;
@U.VALENCE.TRANSITIVE@ Filter-SBJ-DO-Conditions;
@U.VALENCE.DITRANSITIVE@ Filter-SBJ-DO-Conditions;
@U.VALENCE.DO-EXPERIENCER@ Filter-SBJ-DO-Conditions;
@U.VALENCE.TRANSITIONAL@ Filter-SBJ-DO-Conditions;

LEXICON Filter-SBJ-DO-Conditions

! No 1SG > 1SG ("I saw me") or 1SG > 1PL ("I saw us").
@U.SUBJECTNUMBER.SG@@U.SUBJECTPERSON.1@@U.OBJECTNUMBER.SG@@U.OBJECTPERSON.2@
Expand Down

0 comments on commit 2719d6a

Please sign in to comment.