Skip to content

Commit

Permalink
coordination rule for inessive numeral phrases
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnda-hill committed Sep 27, 2024
1 parent 40b9ab6 commit 1852241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/grammarcheckers/grammarchecker.cg3
Original file line number Diff line number Diff line change
Expand Up @@ -3932,7 +3932,7 @@ COPY:msyn-numphrase-sggen (Sg Gen SUGGEST) EXCEPT (Pl Gen &msyn-numphrase-sggen)


#Coordinated nouns after moadda
ADD:msyn-numphrase-sgine (&msyn-numphrase-sgine) TARGET (Pl Gen) IF (*-1 COMMA OR CC BARRIER NOT-Attr - PrfPrc LINK -1 N + &msyn-numphrase-sggen LINK *-1 ("moadda") BARRIER NOT-Attr - PrfPrc) ;
ADD:msyn-numphrase-sggen (&msyn-numphrase-sggen) TARGET (Pl Gen) IF (*-1 COMMA OR CC BARRIER NOT-Attr - PrfPrc LINK -1 N + &msyn-numphrase-sggen OR N + (co&msyn-numphrase-sggen) LINK *-1 ("moadda") BARRIER NOT-Attr - PrfPrc) ;
## Moadda guosaj ja bietsij duogen.

# Num
Expand Down Expand Up @@ -4677,7 +4677,7 @@ ADD:msyn-numphrase-sgine (&msyn-numphrase-sgine &msyn-numphrase-sgcom) TARGET (P
# this rule may go to a copy rule that suggests both Sg Ine and Sg Com

#Coordinated nouns after moadda
ADD:msyn-numphrase-sgine (&msyn-numphrase-sgine) TARGET (Pl Ine) OR (Sg Com) OR (Pl Com) IF (*-1 COMMA OR CC BARRIER NOT-Attr - PrfPrc LINK -1 N + &msyn-numphrase-sgine LINK *-1 ("moadda") BARRIER NOT-Attr - PrfPrc) ;
ADD:msyn-numphrase-sgine (&msyn-numphrase-sgine) TARGET (Pl Ine) OR (Sg Com) OR (Pl Com) IF (*-1 COMMA OR CC BARRIER NOT-Attr - PrfPrc LINK -1 N + &msyn-numphrase-sgine OR N + (co&msyn-numphrase-sgine) LINK *-1 ("moadda") BARRIER NOT-Attr - PrfPrc - CC - COMMA - (co&msyn-numphrase-sgcom) - &msyn-numphrase-sgcom - (co&msyn-numphrase-sgine) - &msyn-numphrase-sgine) ;
## Moadda {tjijnnujn, girkkojn ja almulasj bájkijn} li dákkár teleslivŋŋasa.

# numeral is also wrong, habitive "la/li" shows that it must be sg ine. # LINDA/INGA make an extra rule
Expand Down

0 comments on commit 1852241

Please sign in to comment.