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

@@ -26,5 +26,14 @@ abstract Extra = Cat ** {
ConjVPI : Conj -> [VPI] -> VPI ;
ComplVPIVV : VV -> VPI -> VP ;
-- new 4/12/2009
cat
VPS ;
[VPS] {2} ;
fun
MkVPS : Temp -> Pol -> VP -> VPS ;
ConjVPS : Conj -> [VPS] -> VPS ;
PredVPS : NP -> VPS -> S ;
}