pro drops and 'how AP' in Extra for some languages

This commit is contained in:
aarne
2010-04-09 14:38:33 +00:00
parent 74a61db4a1
commit 64392c7a50
17 changed files with 64 additions and 6 deletions

View File

@@ -75,4 +75,18 @@ concrete ExtraFin of ExtraFinAbs = CatFin **
s = \\agr => ap.s ! False ! NCase (complNumAgr agr) Part
} ;
---- copied from VerbFin.CompAP, should be shared
ICompAP ap = {
s = \\agr =>
let
n = complNumAgr agr ;
c = case n of {
Sg => Nom ; -- minä olen iso ; te olette iso
Pl => Part -- me olemme isoja ; te olette isoja
} --- definiteness of NP ?
in "kuinka" ++ ap.s ! False ! (NCase n c)
} ;
IAdvAdv adv = {s = "kuinka" ++ adv.s} ;
}