1
0
forked from GitHub/gf-rgl

preposition stranding in English and Scand

This commit is contained in:
aarne
2006-06-18 18:34:08 +00:00
parent 1eb926dd82
commit 7aefcf02d6
6 changed files with 50 additions and 11 deletions

View File

@@ -10,4 +10,8 @@ abstract Extra = Cat ** {
GenNP : NP -> Quant ; -- this man's
ComplBareVS : VS -> S -> VP ; -- know you go
}
StrandRelSlash : RP -> Slash -> RCl ; -- that he lives in
EmptyRelSlash : RP -> Slash -> RCl ; -- he lives in
StrandQuestSlash : IP -> Slash -> QCl ; -- whom does John live with
}