restricted VP conjunction in English and Scand

This commit is contained in:
aarne
2006-06-19 20:47:15 +00:00
parent daa990820b
commit d6f4bb047f
3 changed files with 52 additions and 3 deletions

View File

@@ -14,4 +14,17 @@ abstract Extra = Cat ** {
EmptyRelSlash : RP -> Slash -> RCl ; -- he lives in
StrandQuestSlash : IP -> Slash -> QCl ; -- whom does John live with
-- $VP$ conjunction, which has different fragments implemented in
-- different languages - never a full $VP$, though.
cat
VPI ;
[VPI] {2} ;
fun
MkVPI : VP -> VPI ;
ConjVPI : Conj -> [VPI] -> VPI ;
ComplVPIVV : VV -> VPI -> VP ;
}