tensed verb coordination (cat VPS) in English and Scand extra

This commit is contained in:
aarne
2009-12-04 14:19:40 +00:00
parent 03ac7006c8
commit e03fd993df
8 changed files with 74 additions and 9 deletions

View File

@@ -68,4 +68,29 @@ concrete ExtraEng of ExtraEngAbs = CatEng **
each_Det = mkDeterminer Sg "each" ;
-- for VP conjunction
param
VPIForm = VPIInf | VPIPPart ;
lincat
VPS = {s : Agr => Str} ;
[VPS] = {s1,s2 : Agr => Str} ;
lin
BaseVPS = twoTable Agr ;
ConsVPS = consrTable Agr comma ;
PredVPS np vpi = {s = np.s ! Nom ++ vpi.s ! np.a} ;
MkVPS t p vp = {
s = \\a =>
let
verb = vp.s ! t.t ! t.a ! contrNeg True p.p ! ODir ! a ;
verbf = verb.aux ++ verb.adv ++ verb.fin ++ verb.inf ;
in t.s ++ p.s ++ vp.ad ++ verbf ++ vp.s2 ! a
} ;
ConjVPS = conjunctDistrTable Agr ;
}