mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-26 19:46:26 -06:00
Fixed direct object negation cases
This commit is contained in:
@@ -28,7 +28,7 @@ lin
|
||||
-- : VP -> Utt ; -- to sleep
|
||||
UttVP vp
|
||||
= let a=Ag (GSg Neut) P3 in {
|
||||
s=vp.adv ! a ++ (verbInf vp.verb) ++ vp.dep ++ vp.compl ! a
|
||||
s=vp.adv ! a ++ (verbInf vp.verb) ++ vp.dep ++ vp.compl ! Pos ! a
|
||||
} ;
|
||||
|
||||
-- : CN -> Utt ; -- house
|
||||
|
||||
Reference in New Issue
Block a user