1
0
forked from GitHub/gf-rgl

fixed copulas and pushed previous updates (#447)

* fixed copula verbs

* fixed copula verbs
This commit is contained in:
Ekaterina Voloshina
2024-01-13 12:33:17 +03:00
committed by GitHub
parent 8007c4576c
commit 9340f73b39
3 changed files with 8 additions and 4 deletions
+3 -3
View File
@@ -188,15 +188,15 @@ lin
};
-- : NP -> Comp ; -- (be) the man
CompNP np = {s=\\a=>np.s ! Ins ; adv=[] ; cop=InsCopula} ;
CompNP np = {s=\\a=>np.s ! Nom ; adv=[] ; cop=NomCopula} ;
-- : Adv -> Comp ; -- (be) here
CompAdv adv = {s=\\a=>[] ; adv=adv.s ; cop=ExplicitCopula} ;
-- : CN -> Comp ; -- (be) a man/men
CompCN cn = {
s=\\a=>cn.s ! numGenNum (agrGenNum a) ! Ins ;
s=\\a=>cn.s ! numGenNum (agrGenNum a) ! Nom ;
adv=[] ;
cop=InsCopula
cop=NomCopula
} ;
-- : VP ; -- be