forked from GitHub/gf-core
DetNPFem
This commit is contained in:
@@ -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
|
||||
} ;
|
||||
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user