mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
add GerundCN
This commit is contained in:
@@ -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
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user