1
0
forked from GitHub/gf-rgl

general prepositions in A2

This commit is contained in:
Krasimir Angelov
2018-07-27 11:54:21 +02:00
parent 411da9cbd8
commit 7bf3409b05
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -30,12 +30,12 @@ concrete AdjectiveBul of Adjective = CatBul ** open ResBul, Prelude in {
} ;
ComplA2 a np = {
s = \\aform,p => a.s ! aform ++ a.c2 ++ np.s ! RObj CPrep ;
s = \\aform,p => a.s ! aform ++ a.c2.s ++ np.s ! RObj a.c2.c ;
isPre = False
} ;
ReflA2 a = {
s = \\aform,_ => a.s ! aform ++ a.c2 ++ ["ñåáå ñè"] ;
s = \\aform,_ => a.s ! aform ++ linPrep a.c2 ++ ["ñåáå ñè"] ;
isPre = False
} ;