mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-21 17:26:25 -06:00
(May) Tweaks in relative clauses
This commit is contained in:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user