Extend.PresPartAP for Swe and Bul

This commit is contained in:
Krasimir Angelov
2018-05-30 13:30:49 +02:00
parent ae3c627198
commit 36f0220db3
2 changed files with 17 additions and 1 deletions
+11
View File
@@ -16,6 +16,17 @@ lin
PositAdVAdj a = {s = a.adv} ;
PresPartAP vp =
let ap : AForm => Str
= \\aform => vp.ad.s ++
vp.s ! Imperf ! VPresPart aform ++
case vp.vtype of {
VMedial c => reflClitics ! c;
_ => []
} ++
vp.compl ! {gn=aform2gennum aform; p=P3} ;
in {s = ap; adv = ap ! (ASg Neut Indef); isPre = True} ;
PastPartAP vp =
let ap : AForm => Str
= \\aform => vp.ad.s ++