mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 12:08:34 -06:00
like English, Bulgarian also needs a isSimple flag in VP to correctly place the adjectivial participles
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user