forked from GitHub/gf-rgl
A fix to an overlooked bug (thanks to John for reporting)
This commit is contained in:
@@ -7,13 +7,13 @@ lin
|
|||||||
SymbPN i = {s = table {_ => i.s} ; g = Neut; anim = Inanimate } ;
|
SymbPN i = {s = table {_ => i.s} ; g = Neut; anim = Inanimate } ;
|
||||||
IntPN i = {s = table {_ => i.s} ; g = Neut; anim = Inanimate } ;
|
IntPN i = {s = table {_ => i.s} ; g = Neut; anim = Inanimate } ;
|
||||||
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 ! 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) ++ i.s;
|
CNIntNP cn i = {s = \\cas => cn.s ! NF 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)
|
CNNumNP cn n = {s = \\cas => cn.s ! NF Sg (extCase cas)
|
||||||
++ n.s ! cn.g ! (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 } ;
|
||||||
|
|
||||||
@@ -23,7 +23,7 @@ lin
|
|||||||
|
|
||||||
SymbS sy = sy ;
|
SymbS sy = sy ;
|
||||||
|
|
||||||
SymbNum sy = { s = \\_,_=>sy.s; n=Pl };
|
SymbNum sy = { s = \\_,_,_=>sy.s; n=Pl };
|
||||||
|
|
||||||
SymbOrd sy = { s = \\af => sy.s } ;
|
SymbOrd sy = { s = \\af => sy.s } ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user