mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-20 08:46:20 -06:00
Fixed direct object negation cases
This commit is contained in:
@@ -12,7 +12,7 @@ lin
|
||||
adv=\\a => cl.adv ;
|
||||
verb=cl.verb ;
|
||||
dep=cl.dep ;
|
||||
compl=\\a => cl.compl ;
|
||||
compl=\\p,a => cl.compl ! p ;
|
||||
a=Just Agr cl.a
|
||||
} ;
|
||||
-- : RP -> ClSlash -> RCl ; -- whom John loves
|
||||
@@ -21,7 +21,7 @@ lin
|
||||
adv=\\a=>cls.adv ;
|
||||
verb=cls.verb ;
|
||||
dep=cls.dep ;
|
||||
compl=\\a=> cls.compl ;
|
||||
compl=\\p,a => cls.compl ! p ;
|
||||
a=Just Agr cls.a
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user