Some fixes

This commit is contained in:
Roman Suzi
2020-07-29 00:15:53 +03:00
parent a76a017064
commit 14f183a577
6 changed files with 42 additions and 33 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ lin
-- : RP -> VP -> RCl ; -- who loves John
RelVP rp vp = {
subj=rp.s;
adv=\\a=>[] ;
adv=\\a=>vp.adv ! Ag (GSg Neut) P3 ;
verb=vp.verb ;
dep=vp.dep ;
compl=vp.compl ;