(May) Tweaks in relative clauses

This commit is contained in:
Inari Listenmaa
2020-08-20 11:41:16 +02:00
parent 5b28e621b3
commit afc299308c
4 changed files with 49 additions and 6 deletions

View File

@@ -17,8 +17,10 @@ lin
subj = rp.s -- yang
++ cls.subj ; -- saya
pred = \\per,pol =>
cls.pred ! Root ! pol -- ikut sama
++ cls.c2.obj ! per -- dengan+nya (depends on the head, not known yet)
cls.pred ! Root ! pol -- ikut sama
++ case cls.c2.isPoss of {
True => [] ;
False => cls.c2.obj ! per} -- dengan+nya (depends on the head, not known yet)
} ;
-- : RP ;