forked from GitHub/gf-rgl
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