1
0
forked from GitHub/gf-rgl

preposition stranding default in Scandinavian, as in English. Pied piping in ExtraScand.

This commit is contained in:
aarne
2016-06-05 11:02:23 +00:00
parent 81de9fd892
commit 872ed079bb
4 changed files with 38 additions and 17 deletions
+3 -1
View File
@@ -333,7 +333,9 @@ oper
fin = vps.fin ;
inf = vps.inf ;
a1 = \\b,a => case vpf of {
VPFinite (SPres | SPast) Simul | VPImperat =>
VPFinite SPres Simul |
VPFinite SPast Simul | --# notpresent
VPImperat =>
<(vps.a1 ! b ! a).p1, (vps.a1 ! b ! a).p2 ++ adv ! a> ;
_ => <(vps.a1 ! b ! a).p1 ++ adv ! a, (vps.a1 ! b ! a).p2>
}