mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-29 18:48:37 -06:00
like English, Bulgarian also needs a isSimple flag in VP to correctly place the adjectivial participles
This commit is contained in:
@@ -30,7 +30,7 @@ lin
|
||||
_ => []
|
||||
} ++
|
||||
vp.compl ! {gn=aform2gennum aform; p=p} ;
|
||||
in {s = ap; adv = ap ! (ASg Neut Indef) ! P3; isPre = True} ;
|
||||
in {s = ap; adv = ap ! (ASg Neut Indef) ! P3; isPre = vp.isSimple} ;
|
||||
|
||||
PastPartAP vp =
|
||||
let ap : AForm => Person => Str
|
||||
@@ -38,7 +38,7 @@ lin
|
||||
vp.s ! Perf ! VPassive aform ++
|
||||
vp.compl1 ! {gn=aform2gennum aform; p=p} ++
|
||||
vp.compl2 ! {gn=aform2gennum aform; p=p}
|
||||
in {s = ap; adv = ap ! ASg Neut Indef ! P3; isPre = True} ;
|
||||
in {s = ap; adv = ap ! ASg Neut Indef ! P3; isPre = vp.isSimple} ;
|
||||
|
||||
PastPartAgentAP vp np =
|
||||
let ap : AForm => Person => Str
|
||||
|
||||
Reference in New Issue
Block a user