restored a suppressed ClSlash field in Scandinavian preposition stranding

This commit is contained in:
aarne
2016-06-05 16:54:02 +00:00
parent ab0ba48214
commit 1fa7887b8b
3 changed files with 10 additions and 8 deletions
+4 -3
View File
@@ -31,10 +31,11 @@ incomplete concrete QuestionScand of Question =
s = \\t,a,p =>
let
cls = slash.s ! t ! a ! p ;
who = ip.s ! accusative
who = ip.s ! accusative ;
agr = agrP3 ip.g ip.n ;
in table {
QDir => who ++ cls ! Inv ++ slash.c2.s ;
QIndir => who ++ cls ! Sub ++ slash.c2.s
QDir => who ++ cls ! Inv ++ slash.n3 ! agr ++ slash.c2.s ;
QIndir => who ++ cls ! Sub ++ slash.n3 ! agr ++ slash.c2.s
}
} ;