mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 08:58:55 -06:00
(Romance) Add DetNPFem
This commit is contained in:
@@ -223,7 +223,15 @@ incomplete concrete ExtendRomanceFunctor of Extend =
|
||||
|
||||
lin
|
||||
DetNPMasc = DetNP ;
|
||||
DetNPFem = DetNP ;
|
||||
DetNPFem det =
|
||||
let
|
||||
g = Fem ;
|
||||
n = det.n
|
||||
in heavyNPpol det.isNeg {
|
||||
s = det.sp ! g ;
|
||||
a = agrP3 g n ;
|
||||
hasClit = False
|
||||
} ;
|
||||
|
||||
lin
|
||||
iFem_Pron = i_Pron ; -- DEFAULT I (masc)
|
||||
|
||||
Reference in New Issue
Block a user