Minimalist Machine Derivations

Files: grammar.pl / m12.pl / Back to homepage

Examples:

  • Modeling of Coreference Relations in Multi-Object Constructions. (Fong & Ginsburg, 2012b).
    Example Instruction stream (clickable) Notes
    (2)(a) I showed John1 himself1 in the mirror [john, d, he, self, 'G', [mirror, the, in], show, 'v*', [i, d], 'Tpast', c] Determiner self heads a Local Extent (LE).
    Doubling constituent (DC) self-he-John triggers stacking of John.
    TOS John is merged to the edge of G.
    (2)(b) I showed John1 to himself1 in the mirror [john, d, he, self, to:p, [mirror, the, in], show, 'v*', [i, d], 'Tpast', c] (Same as (2a) but (2b) uses the lexical counterpart to G.)
    (3)(b) *I showed himself1 John1 in the mirror [john, d, he, self, 'G', [mirror, the, in], show, 'v*', [i, d], 'Tpast', c] Cannot be derived.
    DC is he-John, cannot be John-he
    (John-he would result in stacking he and deriving Condition C violations.)
    Therefore the stream is the same as for (2a).
    (16)(a) *I showed John1 him1 in the mirror [john, d, he, d, 'G', [mirror, the, in], show, 'v*', [i, d], 'Tpast', c] Does not converge.
    DC he-John.
    John not on the stack, not available for G theta-merge.
    (No LE boundary, no stacking triggered.)
    (16)(b) *I showed John1 to him1 in the mirror [john, d, he, d, to:p, [mirror, the, in], show, 'v*', [i, d], 'Tpast', c] Same analysis as in (16a).
    (4) Pictures of himself1 worry John1 [john, d, he, self, of, pictures, d, caus_p, worry, caus_v, 'T', c] Determiner self heads a LE.
    Doubling constituent (DC) self-he-John triggers stacking of John.
    CAUSp does not assign Case to the DC object.
    TOS John theta-merges to the edge of CAUSp.
    CAUSv values ACC Case for John and also heads a LE.
    At CAUSvP, restacking of pictures of himself occurs.
    [Note: John is not subject to restacking.
    Stack elements introduced by self are subject to the condition that they may only be stacked once, i.e. must be "used" (merged) in the current LE.]

    T picks up TOS pictures of himself.
    [Note: A copy of John inside pictures of himself is raised to edge of T. However,John must be spelled out at edge of CAUSp.]
    (21) Pictures of him1 worry John1 [john, d, he, d, of, pictures, d, caus_p, worry, caus_v, 'T', c] Does not converge.
    DC he-John.
    John not on the stack, not available for theta-merge to CAUSp's edge.
    (No LE boundary, no stacking triggered.)