1
0
forked from GitHub/gf-core

added forms to Swedish present participles to enable the derivation of verbal nouns

This commit is contained in:
aarne
2013-11-03 17:14:05 +00:00
parent d0a89f3845
commit 125826270f
4 changed files with 15 additions and 10 deletions

View File

@@ -50,22 +50,22 @@ lin
isMod = False ;
} ;
{-
GerundN v = {
s = \\n,c => v.s ! VPresPart ;
s = \\n,d,c => v.s ! VI (VPtPres n d c) ;
g = Neutr
} ;
GerundAP v = {
s = \\agr => v.s ! VPresPart ;
s = \\_ => v.s ! VI (VPtPres Sg Indef Nom) ;
isPre = True
} ;
PastPartAP v = {
s = \\agr => v.s ! VPPart ;
s = \\afpos => v.s ! VI (VPtPret afpos Nom) ;
isPre = True
} ;
{-
OrdCompar a = {s = \\c => a.s ! AAdj Compar c } ;
PositAdVAdj a = {s = a.s ! AAdv} ;