mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-25 19:16:28 -06:00
(Kor) Add NForm and some Preps.
This commit is contained in:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user