mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 09:28:54 -06:00
added lindef VP
This commit is contained in:
@@ -151,4 +151,24 @@ linref
|
|||||||
RCl = \s -> s.subj ! GSg Neut ! Inanimate ! Nom ++ s.adv ! Ag (GSg Neut) P3 ++ (verbInf s.verb) ++ s.dep ++ s.compl ! Pos ! Ag (GSg Neut) P3 ;
|
RCl = \s -> s.subj ! GSg Neut ! Inanimate ! Nom ++ s.adv ! Ag (GSg Neut) P3 ++ (verbInf s.verb) ++ s.dep ++ s.compl ! Pos ! Ag (GSg Neut) P3 ;
|
||||||
IP = \s -> s.nom ;
|
IP = \s -> s.nom ;
|
||||||
RP = \s -> s.s!GSg Neut!Inanimate!Nom ;
|
RP = \s -> s.s!GSg Neut!Inanimate!Nom ;
|
||||||
|
|
||||||
|
lindef
|
||||||
|
VP = \s -> {
|
||||||
|
adv = \\_ => "" ;
|
||||||
|
verb = {
|
||||||
|
inf,infrefl,
|
||||||
|
prsg1,prsg2,prsg3,
|
||||||
|
prpl1,prpl2,prpl3,
|
||||||
|
psgm,psgs,
|
||||||
|
isg2,isg2refl,ipl1,
|
||||||
|
ppps,pppss,prtr,ptr=s;
|
||||||
|
asp=Imperfective ;
|
||||||
|
fut=NullFuture ;
|
||||||
|
refltran = Trans
|
||||||
|
} ;
|
||||||
|
dep = "" ;
|
||||||
|
compl = \\_,_ => "" ;
|
||||||
|
p = Pos
|
||||||
|
} ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user