mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 00:52:51 -06:00
added case (de or a) to Romance infinitive noun and adj complements
This commit is contained in:
@@ -147,7 +147,7 @@ incomplete concrete NounRomance of Noun =
|
||||
g = g
|
||||
} ;
|
||||
SentCN cn sc = let g = cn.g in {
|
||||
s = \\n => cn.s ! n ++ sc.s ;
|
||||
s = \\n => cn.s ! n ++ sc.s ! genitive ; -- raison de dormir
|
||||
g = g
|
||||
} ;
|
||||
AdvCN cn sc = let g = cn.g in {
|
||||
|
||||
Reference in New Issue
Block a user