forked from GitHub/gf-rgl
(Ger) Readjusting accdatV3 in ParadigmsGer and modifying V3-examples in LexiconGer instead
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
This commit is contained in:
@@ -1,131 +1,159 @@
|
||||
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 sie dem Apfel
|
||||
das Kind gibt ihr den Apfel
|
||||
the child gives her the apple
|
||||
das Kind gibt sie dem Apfel
|
||||
das Kind gibt ihr den Apfel
|
||||
the child gives him the apple
|
||||
das Kind gibt ihn dem Apfel
|
||||
das Kind gibt ihm den Apfel
|
||||
the child gives him the apple
|
||||
das Kind gibt ihn dem Apfel
|
||||
das Kind gibt ihm den Apfel
|
||||
the child gives it the apple
|
||||
das Kind gibt dem Apfel das
|
||||
das Kind gibt dem den Apfel
|
||||
the child gives it the apple
|
||||
das Kind gibt es dem Apfel
|
||||
das Kind gibt ihm den Apfel
|
||||
the child gives it the apple
|
||||
das Kind gibt dem Apfel das
|
||||
das Kind gibt dem den Apfel
|
||||
the child gives it the apple
|
||||
das Kind gibt es dem Apfel
|
||||
das Kind gibt ihm den Apfel
|
||||
the child gives them the apple
|
||||
das Kind gibt dem Apfel die
|
||||
das Kind gibt denen den Apfel
|
||||
the child gives them the apple
|
||||
das Kind gibt sie dem Apfel
|
||||
das Kind gibt ihnen den Apfel
|
||||
the child gives them the apple
|
||||
das Kind gibt dem Apfel die
|
||||
das Kind gibt denen den Apfel
|
||||
the child gives them the apple
|
||||
das Kind gibt sie dem Apfel
|
||||
the apple that the child gives her
|
||||
der Apfel , dem das Kind sie gibt
|
||||
das Kind gibt ihnen den Apfel
|
||||
the apple that the child gives her
|
||||
der Apfel , den das Kind ihr gibt
|
||||
the apple that it gives her
|
||||
der Apfel , dem das sie 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 es sie gibt
|
||||
der Apfel , dem das sie gibt
|
||||
the apple that it gives her
|
||||
der Apfel , den es ihr gibt
|
||||
the apple that it gives him
|
||||
der Apfel , dem das ihn 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 es ihn gibt
|
||||
der Apfel , dem das ihn gibt
|
||||
the apple that it gives him
|
||||
der Apfel , den es 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 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 es das gibt
|
||||
der Apfel , dem das das gibt
|
||||
the apple that it gives it
|
||||
der Apfel , dem es es gibt
|
||||
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 them
|
||||
der Apfel , dem das die gibt
|
||||
the apple that it gives them
|
||||
der Apfel , dem das sie 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 es die gibt
|
||||
der Apfel , dem das die gibt
|
||||
the apple that it gives them
|
||||
der Apfel , dem es sie gibt
|
||||
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 woman that the child gives the apple
|
||||
die Frau , der das Kind den Apfel 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 him
|
||||
die Frau , der das Kind ihn 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 her
|
||||
die Frau , der das Kind sie 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 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 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 them
|
||||
die Frau , der das Kind die gibt
|
||||
the woman that the child gives them
|
||||
die Frau , der das Kind sie 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 dem Apfel die Frau
|
||||
wer gibt der Frau den Apfel
|
||||
who gives the woman the apple
|
||||
wer gibt dem Apfel die Frau
|
||||
wer gibt der Frau den Apfel
|
||||
who gives the woman it
|
||||
wer gibt dem die Frau
|
||||
wer gibt der Frau das
|
||||
who gives the woman it
|
||||
wer gibt ihm die Frau
|
||||
wer gibt es der Frau
|
||||
who gives the woman it
|
||||
wer gibt dem die Frau
|
||||
wer gibt der Frau das
|
||||
who gives the woman it
|
||||
wer gibt ihm die Frau
|
||||
wer gibt es der Frau
|
||||
who gives her the apple
|
||||
wer gibt sie dem Apfel
|
||||
wer gibt ihr den Apfel
|
||||
who gives her the apple
|
||||
wer gibt sie dem Apfel
|
||||
wer gibt ihr den Apfel
|
||||
who gives her it
|
||||
wer gibt sie dem
|
||||
wer gibt ihr das
|
||||
who gives her it
|
||||
wer gibt sie ihm
|
||||
wer gibt es ihr
|
||||
who gives her it
|
||||
wer gibt sie dem
|
||||
wer gibt ihr das
|
||||
who gives her it
|
||||
wer gibt sie ihm
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user