mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 20:18:33 -06:00
fixed the place of AP in Scand.CompAP so that it is before the particle but after negation: 'det ser inte bra ut'
This commit is contained in:
@@ -309,7 +309,11 @@ oper
|
||||
isSimple = False
|
||||
} ;
|
||||
|
||||
insertObj : (Agr => Str) -> VP -> VP = insertObjPron False ;
|
||||
insertObj : (Agr => Str) -> VP -> VP = insertObjPron False ;
|
||||
|
||||
insertObjPre : (Agr => Str) -> VP -> VP = \obj,vp -> vp ** {
|
||||
n2 = \\a => obj ! a ++ vp.n2 ! a -- e.g. ser inte *bra* ut
|
||||
} ;
|
||||
|
||||
insertObjPost : (Agr => Str) -> VP -> VP = \obj,vp -> vp ** {
|
||||
n2 = \\a => vp.n2 ! a ++ obj ! a ;
|
||||
|
||||
Reference in New Issue
Block a user