Skip to content

Commit

Permalink
Update disambiguator.cg3
Browse files Browse the repository at this point in the history
Add rule to deal with ConNeg Clt/Cop vs finite verb form following negative
  • Loading branch information
rueter committed Aug 14, 2023
1 parent 4399588 commit 70c4b90
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/cg3/disambiguator.cg3
Original file line number Diff line number Diff line change
Expand Up @@ -1346,6 +1346,13 @@ REMOVE NOUNNOT_POSSIBLEPLNOMSUBJ IF (0 (Pl Nom)) (*0 VFINPL3SUBJ BARRIER CLB OR

REMOVE:NoReadyAdvComp ("седе");

#
REMOVE ConNeg + Clt/Cop IF (-1 ("а" V Aux Neg)) (0 VFINPERSONSUBJ) ;
#"а" V Aux Neg
#— Эрятано, а сёвнотано.
#"сёвномс" V ConNeg Clt/Cop Prs ScPl1 <W:0.0>
#"сёвномс" V Ind Prs ScPl1 <W:0.0>

# эзинь прядо
SELECT ConNeg IF (-1 Aux + Neg OR Aux + Proh ) ;
#сода: , кияк эзь сода,
Expand Down

0 comments on commit 70c4b90

Please sign in to comment.