Skip to content

Commit

Permalink
possessive forms work now
Browse files Browse the repository at this point in the history
got help from Kevin to fix the bug
  • Loading branch information
lynnda-hill committed Jun 24, 2024
1 parent ddba730 commit 2c391c2
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions tools/grammarcheckers/grammarchecker.cg3
Original file line number Diff line number Diff line change
Expand Up @@ -2558,17 +2558,20 @@ COPY:msyn-ncompl-placc-plill (Ill &SUGGEST) EXCEPT (Acc &msyn-ncompl-placc-plill

ADD:msyn-Pron_N-NPx (&msyn-Pron_N-NPx) TARGET N + Sem/Body OR N + Sem/Clth IF (*-1 (Pers Gen Sg3) BARRIER (*) - Attr LINK *-1 (V Sg3) LINK *-1 (N Nom Sg) + Sem/Hum OR (Pers Nom Sg3) OR ("tot" Pron Dem Sg Nom));

COPY:msyn-Pron_N-NPx (PxSg3 SUGGEST) EXCEPT (&msyn-Pron_N-NPx) TARGET (N &msyn-Pron_N-NPx);
COPY:msyn-Pron_N-NPx (PxSg3 SUGGEST) TARGET (N &msyn-Pron_N-NPx);

ADD:msyn-Pron_N-NPx (&msyn-Pron_N-NPx) TARGET (Pers Sg3 Gen) IF (*1 N + Sem/Clth OR N + Sem/Body BARRIER (*) - Attr) (*-1 (V Sg3) LINK *-1 (N Nom Sg) + Sem/Hum OR (Pers Nom Sg3) OR ("tot" Pron Dem Sg Nom));

ADDRELATION (DELETE1 LEFT) (N &msyn-Pron_N-NPx) TO (*-1 (Pers Gen Sg3 &msyn-Pron_N-NPx));

SUBSTITUTE (&msyn-Pron_N-NPx) (co&msyn-Pron_N-NPx) TARGET (SUGGEST);
# co&msyn-Pron_N-NPx brukes når vi vil ha det ilag med SUGGEST, co betyr ikkje at det er den mindre viktige delen av feilen

ADDRELATION (DELETE1 LEFT) (N &msyn-Pron_N-NPx) TO (*-1 (Pers Gen Sg3 &msyn-Pron_N-NPx));

## Sun tuubdâi vala Trond liegâsvuođâ suu nierâst
#$ Sun tuubdâi vala Trond liegâsvuođâ nierâstis
## Risten luuvij {suu uáivi}¥{pron,poss-pxsg3|uáivis} já moijái.
## Sun tuubdâi vala Trond liegâsvuođâ suu nierâst.
#$ Sun tuubdâi vala Trond liegâsvuođâ nierâstis.
## Risten luuvij suu uáivi já moijái.
#$ Risten luuvij uáivis já moijái.
#$ Äšši lâi juurrâm suu uáivist ubâ määđhi tavas.


Expand Down

0 comments on commit 2c391c2

Please sign in to comment.