(May) Tweaks in relative clauses

This commit is contained in:
Inari Listenmaa
2020-08-20 11:41:16 +02:00
parent 5b28e621b3
commit afc299308c
4 changed files with 49 additions and 6 deletions
+6 -2
View File
@@ -48,10 +48,14 @@ lin
c2 = v3.c3 -- Now the VPSlash is missing only the indirect object
} ;
{-
-- : V3 -> NP -> VPSlash ; -- give (it) to her
Slash3V3 v3 iobj =
Slash3V3 v3 iobj = useV {
s = \\vf => v3.s ! vf ++ applyPrep v3.c3 iobj
} ** {
c2 = v3.c2 -- Now the VPSlash is missing only the direct object
} ;
{-
-- : V2S -> S -> VPSlash ; -- answer (to him) that it is good
SlashV2S v2s s =