1
0
forked from GitHub/gf-rgl

(Romance) genNum2Aform instead of explicit param

This commit is contained in:
Inari Listenmaa
2021-09-17 11:36:32 +08:00
parent b352dcb1a0
commit a33768ad1a

View File

@@ -142,12 +142,12 @@ incomplete concrete ExtendRomanceFunctor of Extend =
PredAPVP ap vp = ImpersCl (UseComp (CompAP (SentAP ap (EmbedVP vp)))) ; -- DEFAULT it is (good to walk)
AdjAsCN ap = {
s =\\n => ap.s ! (genNum2Aform Masc n) ;
s = \\n => ap.s ! genNum2Aform Masc n ;
g = Masc
} ;
AdjAsNP ap = heavyNP {
s = \\_c => ap.s ! ASg Masc APred ;
s = \\_c => ap.s ! genNum2Aform Masc Sg ;
a = Ag Masc Sg P3
} ;