1
0
forked from GitHub/gf-core

added case (de or a) to Romance infinitive noun and adj complements

This commit is contained in:
aarne
2011-10-27 08:10:48 +00:00
parent 8c3449fe0e
commit da8a6dc329
12 changed files with 16 additions and 15 deletions

View File

@@ -42,7 +42,7 @@ incomplete concrete AdjectiveRomance of Adjective =
} ;
SentAP ap sc = {
s = \\a => ap.s ! a ++ sc.s ; --- mood
s = \\a => ap.s ! a ++ sc.s ! dative ; -- prête à dormir --- mood
isPre = False
} ;