This commit is contained in:
inari.listenmaa
2012-12-31 14:25:09 +00:00
parent fdfb0a8444
commit 39d6066a38
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
} ;
}