GerundNP and GerundAdv in Swe,Bul

This commit is contained in:
Krasimir Angelov
2018-06-01 09:22:34 +02:00
parent a9e2e33270
commit dc98730e46
2 changed files with 20 additions and 0 deletions

View File

@@ -176,6 +176,15 @@ concrete ExtendSwe of Extend = CatSwe **
s = \\af => partVPPlusPost vp (PartPret af Nom) (aformpos2agr af) Pos ++ "av" ++ np.s ! accusative ;
isPre = False
} ;
GerundNP vp = { -- infinitive: att dricka öl, att vara glad
s = \\_ => "att" ++ infVP vp {g = Utr ; n = Sg ; p = P3} ;
a = {g = Neutr ; n = Sg ; p = P3} ;
isPron = False
} ;
GerundAdv vp = {
s = partVPPlusPost vp (PartPres Sg Indef (Nom|Gen)) {g = Utr ; n = Sg ; p = P3} Pos -- sovande(s) i sängen
} ;
}