mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
indefinite article and MassNP
This commit is contained in:
@@ -13,9 +13,13 @@ concrete NounHye of Noun = CatHye ** open ResHye in {
|
|||||||
lin DetCN det cn = {s = \\c => det.s ++ cn.s ! det.sp ! c ! det.n;
|
lin DetCN det cn = {s = \\c => det.s ++ cn.s ! det.sp ! c ! det.n;
|
||||||
a = {n=det.n; p=P3}} ;
|
a = {n=det.n; p=P3}} ;
|
||||||
lin DetQuant quant num = {s = quant.s ++ num.s; n = num.n; sp=quant.sp} ;
|
lin DetQuant quant num = {s = quant.s ++ num.s; n = num.n; sp=quant.sp} ;
|
||||||
lin IndefArt = {s = []; sp = Indef} ;
|
lin IndefArt = {s = "մի"; sp = Indef} ;
|
||||||
lin NumPl = {s = []; n = Pl} ;
|
lin NumPl = {s = []; n = Pl} ;
|
||||||
lin NumSg = {s = []; n = Sg} ;
|
lin NumSg = {s = []; n = Sg} ;
|
||||||
|
lin MassNP cn = {
|
||||||
|
s = \\c => cn.s ! Indef ! c ! Sg;
|
||||||
|
a = {n=Sg; p=P3}
|
||||||
|
} ;
|
||||||
lin PossPron pron = {s = pron.empty; sp = Poss pron.a.p} ;
|
lin PossPron pron = {s = pron.empty; sp = Poss pron.a.p} ;
|
||||||
lin UseN n = {
|
lin UseN n = {
|
||||||
s = \\sp,c,num =>
|
s = \\sp,c,num =>
|
||||||
|
|||||||
Reference in New Issue
Block a user