Skip to content

Commit

Permalink
include the preposition in QuantityNP
Browse files Browse the repository at this point in the history
  • Loading branch information
krangelov committed Oct 9, 2023
1 parent 5b83590 commit ff32e9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/romance/NounRomance.gf
Original file line number Diff line number Diff line change
Expand Up @@ -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
} ;
Expand Down

0 comments on commit ff32e9e

Please sign in to comment.