(Kor) Add NForm and some Preps.

This commit is contained in:
Inari Listenmaa
2020-03-11 15:28:27 +01:00
parent 1e1369c523
commit 30ce18e124
8 changed files with 34 additions and 18 deletions
+2 -2
View File
@@ -119,12 +119,12 @@ lin
-- : CN -> Comp ;
CompCN cn = emptyComp ** {
aComp = cn.s ; -- TODO: num. I am [a house that sleeps here] vs. we are [houses that sleep here]
aComp = cn.s ! Bare ; -- TODO: num. I am [a house that sleeps here] vs. we are [houses that sleep here]
} ;
-- NP -> Comp ;
CompNP np = emptyComp ** {
nComp = np.s ; -- ! Object ;
nComp = np.s ! Bare ;
} ;
-- : Adv -> Comp ;