diff --git a/lib/src/romance/ExtraRomance.gf b/lib/src/romance/ExtraRomance.gf index 6378da246..9b79479d0 100644 --- a/lib/src/romance/ExtraRomance.gf +++ b/lib/src/romance/ExtraRomance.gf @@ -65,5 +65,14 @@ incomplete concrete ExtraRomance of ExtraRomanceAbs = CatRomance ** ConjVPS = conjunctDistrTable3 Mood Agr Bool ; + DetNPFem det = + let + g = Fem ; -- Masc in Noun + n = det.n + in heavyNPpol det.isNeg { + s = det.sp ! g ; + a = agrP3 g n ; + hasClit = False + } ; } diff --git a/lib/src/romance/ExtraRomanceAbs.gf b/lib/src/romance/ExtraRomanceAbs.gf index bc031c80e..a9dc3b46a 100644 --- a/lib/src/romance/ExtraRomanceAbs.gf +++ b/lib/src/romance/ExtraRomanceAbs.gf @@ -8,5 +8,7 @@ abstract ExtraRomanceAbs = Cat, Extra[ TPasseSimple : Tense ; --# notpresent ComplCN : V2 -> CN -> VP ; -- j'ai soif + DetNPFem : Det -> NP ; -- DetNP with feminine determiner + }