add GerundCN

This commit is contained in:
kr.angelov
2014-12-10 21:05:36 +00:00
parent 7bad06d08f
commit cbf839d88f

View File

@@ -42,13 +42,10 @@ lin
g = cn.g g = cn.g
} ; } ;
GerundN v = { GerundCN vp = {
s = \\nform => v.s ! Imperf ! VNoun nform ; s = \\nform => vp.ad.s ++
rel = \\aform => v.s ! Imperf ! VPresPart aform ++ vp.s ! Imperf ! VNoun nform ++
case v.vtype of { vp.compl ! {gn=GSg Neut; p=P3} ;
VMedial c => reflClitics ! c;
_ => []
};
g = ANeut g = ANeut
} ; } ;