1
0
forked from GitHub/gf-rgl

like English, Bulgarian also needs a isSimple flag in VP to correctly place the adjectivial participles

This commit is contained in:
Krasimir Angelov
2018-05-30 22:27:36 +02:00
parent 2a8cbbde74
commit 8ad7c58989
6 changed files with 36 additions and 20 deletions
+2 -1
View File
@@ -117,7 +117,8 @@ concrete CatBul of Cat = CommonX - [IAdv,CAdv,SC] ** open ResBul, Prelude, Prede
ad = vps.ad ;
compl = \\a => vps.compl1 ! a ++ vps.c2.s ++ vps.compl2 ! a ;
vtype = vps.vtype ;
p = Pos
p = Pos ;
isSimple = vps.isSimple
}
in linrefVP vp;