1
0
forked from GitHub/gf-rgl

Add files via upload

This commit is contained in:
lizazim
2018-05-02 12:24:58 +03:00
committed by GitHub
parent d7d1e37045
commit cc5c1a9590

View File

@@ -9,15 +9,15 @@ lin
FloatPN i = {s = table {_ => i.s} ; g = Neut; anim = Inanimate } ; FloatPN i = {s = table {_ => i.s} ; g = Neut; anim = Inanimate } ;
NumPN n = {s = table {_ => n.s ! Neut ! Inanimate ! Nom} ; g = Neut; anim = Inanimate } ; NumPN n = {s = table {_ => n.s ! Neut ! Inanimate ! Nom} ; g = Neut; anim = Inanimate } ;
CNIntNP cn i = {s = \\cas => cn.s ! NF Sg (extCase cas) nom ++ i.s; CNIntNP cn i = {s = \\cas => cn.nounpart ! NF Sg (extCase cas) nom ++ cn.relcl ! Sg ! extCase cas ++ i.s;
n = Sg ; p = P3 ; n = Sg ; p = P3 ;
g = PGen cn.g ; anim = cn.anim ; pron = False } ; g = PGen cn.g ; anim = cn.anim ; pron = False } ;
CNNumNP cn n = {s = \\cas => cn.s ! NF Sg (extCase cas) nom CNNumNP cn n = {s = \\cas => cn.nounpart ! NF Sg (extCase cas) nom ++ cn.relcl ! Sg ! extCase cas
++ n.s ! cn.g ! cn. anim ! (extCase cas) ; ++ n.s ! cn.g ! cn. anim ! (extCase cas) ;
n = Sg ; p = P3 ; n = Sg ; p = P3 ;
g = PGen cn.g ; anim = cn.anim ; pron = False } ; g = PGen cn.g ; anim = cn.anim ; pron = False } ;
CNSymbNP d cn ss = {s = \\cas => cn.s ! NF Sg (extCase cas) nom; CNSymbNP d cn ss = {s = \\cas => cn.nounpart ! NF Sg (extCase cas) nom ++ cn.relcl ! Sg ! extCase cas ;
n = Sg ; p = P3 ; n = Sg ; p = P3 ;
g = PGen cn.g ; anim = cn.anim ; pron = False } ; g = PGen cn.g ; anim = cn.anim ; pron = False } ;