German extraposition

This commit is contained in:
aarne
2006-01-05 14:22:53 +00:00
parent 252d24642f
commit 1be6eb5399
5 changed files with 77 additions and 160 deletions

View File

@@ -19,7 +19,8 @@ concrete CatGer of Cat = open ResGer, Prelude in {
VP = ResGer.VP ;
V, VS, VQ, VA = ResGer.Verb ; -- = {s : VForm => Str} ;
V2, VV, V2A = Verb ** {c2 : Preposition} ;
VV = Verb ** {part : Str} ;
V2, V2A = Verb ** {c2 : Preposition} ;
V3 = Verb ** {c2, c3 : Preposition} ;
AP = {s : AForm => Str ; isPre : Bool} ;