Fixed direct object negation cases

This commit is contained in:
Roman Suzi
2020-08-09 17:20:03 +03:00
parent f9467bffd3
commit 13ee63e25d
19 changed files with 386 additions and 106 deletions

View File

@@ -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
} ;