forked from GitHub/gf-rgl
ParadigmsGer had two constructions of verbs v:V3 with dat- and acc-object nps,
(1) mkV3 : V -> V3 = \v -> mkV3 v accPrep datPrep ;
(2) accdatV3 : V -> V3 = \v -> mkV3 v datPrep accPrep ; -- (no prepositions)
In a previous patch, I had replaced (accdatV3 v) to (mkV3 v accPrep datPrep), as the
name suggested. (This actually was the meaning of accdatV3 in gf-3.2, which had only
a non-overloaded mkV3 : V -> Prep -> Prep -> V3.)
The reason for having two constructions for dat+acc-verbs in Ger seems to be *Eng*:
for English, ditransitive V3-verbs are defined by
(2') mkV3 : V -> V3 = \v -> mkV3 v noPrep noPrep ;
like "to give sb sth", where the indirect argument comes first (c2=indir), the direct
second (c3=dir), corresponding to c2=datPrep, c3=accPrep in Ger; apparently, this was
meant by the comment (no prepositions) in (2). Other V3-verbs in Eng are defined by
(1') mkV3 : V -> Prep -> V3 = \v,p -> mkV3 v noPrep p ;
like "to give sth to sb", so that (c2=dir), (c3=indir-with preposition),
corresponding to c2=acc,c3=dat in Ger, i.e. (1).
In order to get trees with equal meaning in Ger and Eng, the direct and indirect
arguments of corresponding verbs must match. Therefore, some V3-verbs in Ger have to
be defined using (1), others using (2), although they syntactically behave similar.
This patch therefore reinstalls (1) and (2), and changes the V3 in LexiconGer to:
give_V3 = accdatV3 Irreg.geben_V ; -- c2=datPrep, c3=accPrep, to fit
-- to Eng ditransitive: give sb(indir) sth(dir) (no preposition)
sell_V3 = mkV3 (no_geV (regV "verkaufen")) ; -- Eng: mkV3 v noPrep toPrep
send_V3 = mkV3 (regV "schicken") ; -- Ger mkV3 v = Ger: mkV3 v accPrep datPrep
279 lines
8.2 KiB
Plaintext
279 lines
8.2 KiB
Plaintext
the child gives the woman the apple
|
|
das Kind gibt der Frau den Apfel
|
|
the child gives the woman the apple
|
|
das Kind gibt der Frau den Apfel
|
|
the child gives the woman it
|
|
das Kind gibt der Frau das
|
|
the child gives the woman it
|
|
das Kind gibt es der Frau
|
|
the child gives the woman it
|
|
das Kind gibt der Frau das
|
|
the child gives the woman it
|
|
das Kind gibt es der Frau
|
|
the child gives the woman him
|
|
das Kind gibt ihn der Frau
|
|
the child gives the woman him
|
|
das Kind gibt ihn der Frau
|
|
the child gives the woman her
|
|
das Kind gibt sie der Frau
|
|
the child gives the woman her
|
|
das Kind gibt sie der Frau
|
|
the child gives the woman them
|
|
das Kind gibt der Frau die
|
|
the child gives the woman them
|
|
das Kind gibt sie der Frau
|
|
the child gives the woman them
|
|
das Kind gibt der Frau die
|
|
the child gives the woman them
|
|
das Kind gibt sie der Frau
|
|
the child gives her the apple
|
|
das Kind gibt ihr den Apfel
|
|
the child gives her the apple
|
|
das Kind gibt ihr den Apfel
|
|
the child gives him the apple
|
|
das Kind gibt ihm den Apfel
|
|
the child gives him the apple
|
|
das Kind gibt ihm den Apfel
|
|
the child gives it the apple
|
|
das Kind gibt dem den Apfel
|
|
the child gives it the apple
|
|
das Kind gibt ihm den Apfel
|
|
the child gives it the apple
|
|
das Kind gibt dem den Apfel
|
|
the child gives it the apple
|
|
das Kind gibt ihm den Apfel
|
|
the child gives them the apple
|
|
das Kind gibt denen den Apfel
|
|
the child gives them the apple
|
|
das Kind gibt ihnen den Apfel
|
|
the child gives them the apple
|
|
das Kind gibt denen den Apfel
|
|
the child gives them the apple
|
|
das Kind gibt ihnen den Apfel
|
|
the apple that the child gives her
|
|
der Apfel , den das Kind ihr gibt
|
|
the apple that the child gives her
|
|
der Apfel , dem das Kind sie gibt
|
|
the apple that it gives her
|
|
der Apfel , den das ihr gibt
|
|
the apple that it gives her
|
|
der Apfel , dem das sie gibt
|
|
the apple that it gives her
|
|
der Apfel , den es ihr gibt
|
|
the apple that it gives her
|
|
der Apfel , dem es sie gibt
|
|
the apple that it gives him
|
|
der Apfel , den das ihm gibt
|
|
the apple that it gives him
|
|
der Apfel , dem das ihn gibt
|
|
the apple that it gives him
|
|
der Apfel , den es ihm gibt
|
|
the apple that it gives him
|
|
der Apfel , dem es ihn gibt
|
|
the apple that it gives it
|
|
der Apfel , den das dem gibt
|
|
the apple that it gives it
|
|
der Apfel , den das ihm gibt
|
|
the apple that it gives it
|
|
der Apfel , dem das das gibt
|
|
the apple that it gives it
|
|
der Apfel , dem das es gibt
|
|
the apple that it gives it
|
|
der Apfel , den es dem gibt
|
|
the apple that it gives it
|
|
der Apfel , den es ihm gibt
|
|
the apple that it gives it
|
|
der Apfel , dem es das gibt
|
|
the apple that it gives it
|
|
der Apfel , dem es es gibt
|
|
the apple that it gives them
|
|
der Apfel , den das denen gibt
|
|
the apple that it gives them
|
|
der Apfel , den das ihnen gibt
|
|
the apple that it gives them
|
|
der Apfel , dem das die gibt
|
|
the apple that it gives them
|
|
der Apfel , dem das sie gibt
|
|
the apple that it gives them
|
|
der Apfel , den es denen gibt
|
|
the apple that it gives them
|
|
der Apfel , den es ihnen gibt
|
|
the apple that it gives them
|
|
der Apfel , dem es die gibt
|
|
the apple that it gives them
|
|
der Apfel , dem es sie gibt
|
|
the woman that the child gives the apple
|
|
die Frau , die das Kind dem Apfel gibt
|
|
the woman that the child gives the apple
|
|
die Frau , der das Kind den Apfel gibt
|
|
the woman that the child gives him
|
|
die Frau , die das Kind ihm gibt
|
|
the woman that the child gives him
|
|
die Frau , der das Kind ihn gibt
|
|
the woman that the child gives her
|
|
die Frau , die das Kind ihr gibt
|
|
the woman that the child gives her
|
|
die Frau , der das Kind sie gibt
|
|
the woman that the child gives it
|
|
die Frau , die das Kind dem gibt
|
|
the woman that the child gives it
|
|
die Frau , die das Kind ihm gibt
|
|
the woman that the child gives it
|
|
die Frau , der das Kind das gibt
|
|
the woman that the child gives it
|
|
die Frau , der das Kind es gibt
|
|
the woman that the child gives them
|
|
die Frau , die das Kind denen gibt
|
|
the woman that the child gives them
|
|
die Frau , die das Kind ihnen gibt
|
|
the woman that the child gives them
|
|
die Frau , der das Kind die gibt
|
|
the woman that the child gives them
|
|
die Frau , der das Kind sie gibt
|
|
who gives the woman the apple
|
|
wer gibt der Frau den Apfel
|
|
who gives the woman the apple
|
|
wer gibt der Frau den Apfel
|
|
who gives the woman it
|
|
wer gibt der Frau das
|
|
who gives the woman it
|
|
wer gibt es der Frau
|
|
who gives the woman it
|
|
wer gibt der Frau das
|
|
who gives the woman it
|
|
wer gibt es der Frau
|
|
who gives her the apple
|
|
wer gibt ihr den Apfel
|
|
who gives her the apple
|
|
wer gibt ihr den Apfel
|
|
who gives her it
|
|
wer gibt ihr das
|
|
who gives her it
|
|
wer gibt es ihr
|
|
who gives her it
|
|
wer gibt ihr das
|
|
who gives her it
|
|
wer gibt es ihr
|
|
the child sends the apple to the woman
|
|
das Kind schickt der Frau den Apfel
|
|
the child sends the apple to the woman
|
|
das Kind schickt der Frau den Apfel
|
|
the child sends it to the woman
|
|
das Kind schickt der Frau das
|
|
the child sends it to the woman
|
|
das Kind schickt es der Frau
|
|
the child sends it to the woman
|
|
das Kind schickt der Frau das
|
|
the child sends it to the woman
|
|
das Kind schickt es der Frau
|
|
the child sends him to the woman
|
|
das Kind schickt ihn der Frau
|
|
the child sends him to the woman
|
|
das Kind schickt ihn der Frau
|
|
the child sends her to the woman
|
|
das Kind schickt sie der Frau
|
|
the child sends her to the woman
|
|
das Kind schickt sie der Frau
|
|
the child sends them to the woman
|
|
das Kind schickt der Frau die
|
|
the child sends them to the woman
|
|
das Kind schickt sie der Frau
|
|
the child sends them to the woman
|
|
das Kind schickt der Frau die
|
|
the child sends them to the woman
|
|
das Kind schickt sie der Frau
|
|
the child sends the apple to her
|
|
das Kind schickt ihr den Apfel
|
|
the child sends the apple to her
|
|
das Kind schickt ihr den Apfel
|
|
the child sends the apple to him
|
|
das Kind schickt ihm den Apfel
|
|
the child sends the apple to him
|
|
das Kind schickt ihm den Apfel
|
|
the child sends the apple to it
|
|
das Kind schickt dem den Apfel
|
|
the child sends the apple to it
|
|
das Kind schickt ihm den Apfel
|
|
the child sends the apple to it
|
|
das Kind schickt dem den Apfel
|
|
the child sends the apple to it
|
|
das Kind schickt ihm den Apfel
|
|
the child sends the apple to them
|
|
das Kind schickt denen den Apfel
|
|
the child sends the apple to them
|
|
das Kind schickt ihnen den Apfel
|
|
the child sends the apple to them
|
|
das Kind schickt denen den Apfel
|
|
the child sends the apple to them
|
|
das Kind schickt ihnen den Apfel
|
|
the apple that the child sends to the women
|
|
der Apfel , den das Kind den Frauen schickt
|
|
the apple that the child sends to her
|
|
der Apfel , den das Kind ihr schickt
|
|
the apple that it sends to the women
|
|
der Apfel , den das den Frauen schickt
|
|
the apple that it sends to the women
|
|
der Apfel , den es den Frauen schickt
|
|
the apple that it sends to her
|
|
der Apfel , den das ihr schickt
|
|
the apple that it sends to her
|
|
der Apfel , den es ihr schickt
|
|
the apple that it sends to him
|
|
der Apfel , den das ihm schickt
|
|
the apple that it sends to him
|
|
der Apfel , den es ihm schickt
|
|
the apple that it sends to it
|
|
der Apfel , den das dem schickt
|
|
the apple that it sends to it
|
|
der Apfel , den das ihm schickt
|
|
the apple that it sends to it
|
|
der Apfel , den es dem schickt
|
|
the apple that it sends to it
|
|
der Apfel , den es ihm schickt
|
|
the apple that it sends to them
|
|
der Apfel , den das denen schickt
|
|
the apple that it sends to them
|
|
der Apfel , den das ihnen schickt
|
|
the apple that it sends to them
|
|
der Apfel , den es denen schickt
|
|
the apple that it sends to them
|
|
der Apfel , den es ihnen schickt
|
|
the woman that the child sends the apple to
|
|
die Frau , der das Kind den Apfel schickt
|
|
the woman that the child sends him to
|
|
die Frau , der das Kind ihn schickt
|
|
the woman that the child sends her to
|
|
die Frau , der das Kind sie schickt
|
|
the woman that the child sends it to
|
|
die Frau , der das Kind das schickt
|
|
the woman that the child sends it to
|
|
die Frau , der das Kind es schickt
|
|
the woman that the child sends them to
|
|
die Frau , der das Kind die schickt
|
|
the woman that the child sends them to
|
|
die Frau , der das Kind sie schickt
|
|
who sends the apple to the woman
|
|
wer schickt der Frau den Apfel
|
|
who sends the apple to the woman
|
|
wer schickt der Frau den Apfel
|
|
who sends it to the woman
|
|
wer schickt der Frau das
|
|
who sends it to the woman
|
|
wer schickt es der Frau
|
|
who sends it to the woman
|
|
wer schickt der Frau das
|
|
who sends it to the woman
|
|
wer schickt es der Frau
|
|
who sends the apple to her
|
|
wer schickt ihr den Apfel
|
|
who sends the apple to her
|
|
wer schickt ihr den Apfel
|
|
who sends it to her
|
|
wer schickt ihr das
|
|
who sends it to her
|
|
wer schickt es ihr
|
|
who sends it to her
|
|
wer schickt ihr das
|
|
who sends it to her
|
|
wer schickt es ihr
|