(Kor) Add AForm, change VP and Comp.

This commit is contained in:
Inari Listenmaa
2020-03-11 16:54:02 +01:00
parent 30ce18e124
commit c31c00dd83
5 changed files with 28 additions and 18 deletions
+3 -3
View File
@@ -114,12 +114,12 @@ lin
-- : AP -> Comp ;
CompAP ap = emptyComp ** {
aComp = ap.s ;
s = \\vf => ap.s ! APred vf ;
} ;
-- : CN -> Comp ;
CompCN cn = emptyComp ** {
aComp = cn.s ! Bare ; -- TODO: num. I am [a house that sleeps here] vs. we are [houses that sleep here]
nComp = cn.s ! Bare ; -- TODO: num. I am [a house that sleeps here] vs. we are [houses that sleep here]
} ;
-- NP -> Comp ;
@@ -129,7 +129,7 @@ lin
-- : Adv -> Comp ;
CompAdv adv = emptyComp ** {
aComp = adv.s ;
nComp = adv.s ;
} ;
-- : VP -- Copula alone;