Skip to content

Commit

Permalink
ADDRELATION fikses after talking to Kevin
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnda-hill committed Feb 15, 2024
1 parent ca57e22 commit 044757f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tools/grammarcheckers/grammarchecker.cg3
Original file line number Diff line number Diff line change
Expand Up @@ -1864,7 +1864,9 @@ ADD:xmsyn-sme_interference_neg (COERROR &msyn-sme_interference_neg) TARGET PrfPr
ADD:xmsyn-sme_interference_neg (COERROR &msyn-sme_interference_neg) TARGET PrfPrc IF (*-1 CC OR COMMA LINK -1 (&msyn-sme_interference_neg)) ;

ADDRELATION ($2) (Neg &msyn-sme_interference_neg) TO (*1 (PrfPrc &msyn-sme_interference_neg));
ADDRELATION (RIGHT) (PrfPrc &msyn-sme_interference_neg) TO (*-1 (Neg &msyn-sme_interference_neg));
#ADDRELATION (RIGHT) (PrfPrc &msyn-sme_interference_neg) TO (*-1 (Neg &msyn-sme_interference_neg));
ADDRELATION (RIGHT) (Neg &msyn-sme_interference_neg) TO (*1 (PrfPrc &msyn-sme_interference_neg));


# ij gullum jali {vuojnnum}.
# ij gullum, {vuojnnum} jalik {happsum}.
Expand Down Expand Up @@ -3781,7 +3783,7 @@ COPY:msyn-numphrase-sgill (Sg Gen &SUGGEST) EXCEPT (Sg Nom &msyn-numphrase-sgill
## Mån lav åhtsåm {guokta} universitehtajda . OK
## Vattáv suojnijt guokta>guovte gusájda #LINDA

ADDRELATIONS ($2) (RIGHT) (N &msyn-numphrase-sgill) TO (*-1 Num BARRIER (*) - (A Attr)) ;
ADDRELATION ($2 LEFT) (N &msyn-numphrase-sgill) TO (*-1 (Num &msyn-numphrase-sgill) BARRIER (*) - (A Attr)) ;


# Dem
Expand All @@ -3796,7 +3798,7 @@ COPY:msyn-numphrase-sgill (Sg Ill Attr &SUGGEST) EXCEPT (Pl Com Attr &msyn-numph



ADDRELATIONS ($3)(RIGHT) (N &msyn-numphrase-sgill) TO (*-1 (Dem &msyn-numphrase-sgill));
ADDRELATION ($3 LEFT) (N &msyn-numphrase-sgill) TO (*-1 (Dem &msyn-numphrase-sgill));



Expand Down

0 comments on commit 044757f

Please sign in to comment.