mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-31 02:38:55 -06:00
Extend.PresPartAP for Swe and Bul
This commit is contained in:
@@ -16,6 +16,17 @@ lin
|
|||||||
|
|
||||||
PositAdVAdj a = {s = a.adv} ;
|
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 =
|
PastPartAP vp =
|
||||||
let ap : AForm => Str
|
let ap : AForm => Str
|
||||||
= \\aform => vp.ad.s ++
|
= \\aform => vp.ad.s ++
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ concrete ExtendSwe of Extend = CatSwe **
|
|||||||
MkVPI, BaseVPI, ConsVPI, ConjVPI, ComplVPIVV,
|
MkVPI, BaseVPI, ConsVPI, ConjVPI, ComplVPIVV,
|
||||||
MkVPS, BaseVPS, ConsVPS, ConjVPS, PredVPS,
|
MkVPS, BaseVPS, ConsVPS, ConjVPS, PredVPS,
|
||||||
ICompAP,
|
ICompAP,
|
||||||
PositAdVAdj, PastPartAP, PastPartAgentAP,
|
PositAdVAdj, PresPartAP, PastPartAP, PastPartAgentAP,
|
||||||
RNP, RNPList, ReflRNP, ReflPron, ReflPoss, PredetRNP, ConjRNP,
|
RNP, RNPList, ReflRNP, ReflPron, ReflPoss, PredetRNP, ConjRNP,
|
||||||
Base_rr_RNP, Base_nr_RNP, Base_rn_RNP, Cons_rr_RNP, Cons_nr_RNP,
|
Base_rr_RNP, Base_nr_RNP, Base_rn_RNP, Cons_rr_RNP, Cons_nr_RNP,
|
||||||
CompoundN
|
CompoundN
|
||||||
@@ -154,6 +154,11 @@ concrete ExtendSwe of Extend = CatSwe **
|
|||||||
lin
|
lin
|
||||||
PositAdVAdj a = {s = a.s ! AAdv} ;
|
PositAdVAdj a = {s = a.s ! AAdv} ;
|
||||||
|
|
||||||
|
PresPartAP vp = {
|
||||||
|
s = \\af => partVPPlus vp (PartPres Sg Indef Nom) (aformpos2agr af) Pos ;
|
||||||
|
isPre = True
|
||||||
|
} ;
|
||||||
|
|
||||||
PastPartAP vp = {
|
PastPartAP vp = {
|
||||||
s = \\af => partVPPlus vp (PartPret af Nom) (aformpos2agr af) Pos ;
|
s = \\af => partVPPlus vp (PartPret af Nom) (aformpos2agr af) Pos ;
|
||||||
isPre = True
|
isPre = True
|
||||||
|
|||||||
Reference in New Issue
Block a user