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
+9
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
} ;
}