mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 01:22:51 -06:00
DetNPFem
This commit is contained in:
@@ -65,5 +65,14 @@ incomplete concrete ExtraRomance of ExtraRomanceAbs = CatRomance **
|
|||||||
|
|
||||||
ConjVPS = conjunctDistrTable3 Mood Agr Bool ;
|
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
|
TPasseSimple : Tense ; --# notpresent
|
||||||
ComplCN : V2 -> CN -> VP ; -- j'ai soif
|
ComplCN : V2 -> CN -> VP ; -- j'ai soif
|
||||||
|
|
||||||
|
DetNPFem : Det -> NP ; -- DetNP with feminine determiner
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user