mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 08:58:55 -06:00
include the preposition in QuantityNP
This commit is contained in:
@@ -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
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user