1
0
forked from GitHub/gf-core
This commit is contained in:
inari.listenmaa
2012-12-31 14:25:09 +00:00
parent 9bce0eaff0
commit dee3dcb295
2 changed files with 11 additions and 0 deletions

View File

@@ -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
} ;
}

View File

@@ -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
}