mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-23 10:11:10 -06:00
(May) Define three different preposition types
This commit is contained in:
@@ -17,10 +17,13 @@ lin
|
||||
subj = rp.s -- yang
|
||||
++ cls.subj ; -- saya
|
||||
pred = \\per,pol =>
|
||||
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)
|
||||
let object : Str = case cls.c2.prepType of {
|
||||
OtherPrep
|
||||
=> cls.c2.obj ! per ; -- depends on the head, not known yet
|
||||
_ => [] -- if the preposition is dir.obj or empty, no obj. pronoun
|
||||
} ;
|
||||
in cls.pred ! Root ! pol -- ikut sama
|
||||
++ object -- dengan+nya
|
||||
} ;
|
||||
|
||||
-- : RP ;
|
||||
|
||||
Reference in New Issue
Block a user