1
0
forked from GitHub/gf-rgl

include the preposition in QuantityNP

This commit is contained in:
Krasimir Angelov
2023-10-09 15:25:28 +02:00
parent 5b83590913
commit ff32e9e75c

View File

@@ -210,8 +210,7 @@ incomplete concrete NounRomance of Noun =
QuantityNP n m = heavyNPpol False {
s = \\c => case <c,m.hasArt> of {
<Acc,True>|<CPrep _,True> => artDef False Masc Sg c ++ preOrPost m.isPre m.s (n.s ! NCard Masc);
_ => preOrPost m.isPre m.s (n.s ! NCard Masc)};
c => prepCase c.p1 ++ preOrPost m.isPre m.s (n.s ! NCard Masc)};
a = agrP3 Masc n.n ;
hasClit = False
} ;