Minimalist Machine Derivations

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

Examples:

  • Relative clause constructions: inspired by (Gallego, 2010) and (Chen, (p.c.)). collapse
    Example Instruction stream (clickable) Notes
    (14a) the book that I read
    (14c) the book I read
    [book, d_rel, read, 'v*', [i, d], 'Tpast', c_rel, the] Two derivations.
    drel has iRel but cannot check book's uD feature.
    crel has uT and uRel, and heads a Local Extent (LE).
    Two ways to satisfy crel using Pesetsky and Torrego (2001):
    (1) T to edge of crel => that
    (2) Nom Case-marked I to edge of crel => empty
    At the LE boundary, book (uD) is restacked.
    TOS book merges with crelP.
    book labels (head merging with non-head).
    Stream the merges with SO headed by book.
    (14b) the book which I read
    *the book which that I read
    [book, which_rel, read, 'v*', [i, d], 'Tpast', c_rel, the] Single derivation.
    whichrel has iRel.
    whichrel can check uT but not uD feature.
    crel heads a LE, and has uT and uRel.
    Internal merge of whichrel book will satisfy both uT and uRel on crel.
    (By economy, T to C is not available.)
    At the LE boundary, book (uD) is restacked.
    book merges with crelP, then with the.
    (16a) the man to whom I talked
    the man whom I talked to
    *the man whom that I talked to
    [man, who_rel, to, talk, 'v*', [i, d], 'Tpast', c_rel, the] Two derivations.
    whorel has iRel.
    whorel can check uT but not uD feature.
    crel heads a LE, and has uT and uRel.
    Internal merge of whorel man will satisfy both uT and uRel on crel.
    (By economy, T to C is not available.)
    At the LE boundary, man (uD) is restacked.
    man merges with crelP, then with the.
    Optional pied-piping of verb particle to.
    (16b) *The man to that I talked
    (16c) *The man to I talked
    The man I talked to
    The man that I talked to
    [man, d_rel, to, talk, 'v*', [i, d], 'Tpast', c_rel, the] Two derivations.
    drel has iRel but cannot check man's uD feature.
    crel has uT and uRel, and heads a LE.
    Two ways to satisfy crel using Pesetsky and Torrego (2001):
    (1) T to edge of crel => that
    (2) Nom Case-marked I to edge of crel => empty
    At the LE boundary, man (uD) is restacked.
    TOS man merges with crelP.
    man labels (head merging with non-head).
    Stream the merges with SO headed by man.
    [Note: no pied-piping of verb particle to with drel-man. [An] EC [Empty Category] disallows pied-piping (Chomsky, 2001:28)]
    (22) The man who John saw
    *The man who that John saw
    [man, who_rel, see, 'v*', [john, d], 'Tpast', c_rel, the] One derivation.
    whorel has iRel.
    whorel can check uT but not uD feature.
    crel heads a LE, and has uT and uRel.
    Internal merge of whorel man will satisfy both uT and uRel on crel.
    (By economy, T to C is not available.)
    At the LE boundary, man (uD) is restacked.
    man merges with crelP, then with the.
    (29) The man who loves Mary
    *The man who that loves Mary
    [mary, d, love, 'v*', [man, who_rel], 'T', c_rel, the] One derivation.
    whorel has iRel.
    whorel can check uT but not uD feature.
    The subject whorel-man is formed in a substream.
    man (uD) will be initially stacked in the substream and transferred back to the main stream.
    crel heads a LE, and has uT and uRel.
    Internal merge of whorel man will satisfy both uT and uRel on crel.
    (By economy, T to C is not available.)
    At the LE boundary, man (uD) is restacked.
    man merges with crelP, then with the.
    [Note: under machine parameter setting substream(subsume_ss), main stream subject who-man (uCase) will subsume man (uD) from a substream on the stack. To prevent this, tentatively we implement the policy of letting heads through.]
    (35) The boy *(that) called Mary [mary, d, call, 'v*', [boy, d_rel], 'Tpast', c_rel, the] drel has iRel but cannot check man's uD feature.
    crel has uT and uRel, and heads a LE.
    Assume drel cannot check uT, i.e. drel-boy, despite getting nom Case, fails to satisfy uT on crel.
    Then crel's uT can only be satisfied by moving T to the edge of crel => that.
    Extra test cases
    (x1) What I read
    *What that I read
    [pro_n, what_rel, read, 'v*', [i, d], 'Tpast', c_rel, d] Headless relative.
    One derivation.
    Assume what is whatrel + pron (empty pronominal).
    whatrel has iRel.
    whatrel can check uT but not uD feature.
    crel heads a LE, and has uT and uRel.
    Internal merge of whatrel pron will satisfy both uT and uRel on crel.
    (By economy, T to C is not available.)
    At the LE boundary, pron (uD) is restacked.
    pron merges with crelP, then with d.
    (x2) What annoys John
    *What that annoys John
    [john, d, annoy, 'v*', [pro_n, what_rel], 'T', c_rel, d] Headless relative.
    One derivation.
    Assume what is whatrel + pron (empty pronominal).
    whatrel has iRel.
    whatrel can check uT but not uD feature.
    crel heads a LE, and has uT and uRel.
    Internal merge of whatrel pron will satisfy both uT and uRel on crel.
    (By economy, T to C is not available.)
    At the LE boundary, pron (uD) is restacked.
    pron merges with crelP, then with d.
  • Machine Parameters: expand

    Animation:
    (16a) the man to whom I talked
    the man whom I talked to
    *the man whom that I talked to

    Derivation:
    (16a) the man to whom I talked
    the man whom I talked to
    *the man whom that I talked to

    Stream:[[man!D],[whorel!case!N],[to],[talk],[v*!phi],[[i!D],[d!case!N]],[Tpast!phi],[crel!rel!T!phi],[the!case!N]]
    Stack (тее):
    SO:[]

    Step 1.

    Head of stream [man!D] is the initial SO
    Stream:[[whorel!case!N],[to],[talk],[v*!phi],[[i!D],[d!case!N]],[Tpast!phi],[crel!rel!T!phi],[the!case!N]]
    Stack (тее):
    SO:[man!D]

    Step 2.

    Merge [whorel!case!N] and [man!D]
    Label from [whorel!case!N] (syntactic head with an unvalued uF)
    Inherit interpretable feature(s) [f(phi,[3,sg,n])] from [man!D]
    [man!D] values N on [whorel!case!N]
    Push [man!D] (unvalued uF) onto stack
    Stream:[[to],[talk],[v*!phi],[[i!D],[d!case!N]],[Tpast!phi],[crel!rel!T!phi],[the!case!N]]
    Stack (тее):[man!D]
    SO:[whorel!case[whorel][man!D]]

    Step 3.

    Merge [to] and [whorel!case[whorel][man!D]]
    Label from [to] (syntactic head merging with a non-head)
    Theta-mark [whorel!case[whorel][man!D]]
    [to] values obq case on [whorel!case[whorel][man!D]]
    Push [whorel[whorel][man!D]] (unvalued uF) onto stack
    Stream:[[talk],[v*!phi],[[i!D],[d!case!N]],[Tpast!phi],[crel!rel!T!phi],[the!case!N]]
    Stack (тее):[whorel[whorel][man!D]]
    [man!D]
    SO:[to[to][whorel[whorel][man!D]]]

    Step 4.

    Relativized TOS search for unvaluediF(theta) skipping [whorel[whorel][man!D]]
    Relativized TOS search for unvaluediF(theta) skipping [man!D]
    Internal merge to edge of [to[to][whorel[whorel][man!D]]] failed
    No possible action for stream [[talk],[v*!phi],[[i!D],[d!case!N]],[Tpast!phi],[crel!rel!T!phi],[the!case!N]] and [to[to][whorel[whorel..][man..]]]
    Push [to[to][whorel[whorel..][man..]]] (unvalued uF) onto stack
    Stream:[[talk],[v*!phi],[[i!D],[d!case!N]],[Tpast!phi],[crel!rel!T!phi],[the!case!N]]
    Stack (тее):[to[to][whorel[whorel][man!D]]]
    [man!D]
    SO:[to[to][whorel[whorel][man!D]]]

    Step 5.

    Relativized TOS search for unvaluediF(theta) skipping [to[to][whorel[whorel..][man..]]]
    Relativized TOS search for unvaluediF(theta) skipping [man!D]
    Internal merge to edge of [to[to][whorel[whorel][man!D]]] failed
    No possible action for stream [[talk],[v*!phi],[[i!D],[d!case!N]],[Tpast!phi],[crel!rel!T!phi],[the!case!N]] and [to[to][whorel[whorel..][man..]]]
    Stream:[[man!D],[whorel!case!N],[to],[talk],[v*!phi],[[i!D],[d!case!N]],[Tpast!phi],[crel!rel!T!phi],[the!case!N]]
    Stack (тее):
    SO:[]

    Step 6.

    Head of stream [man!D] is the initial SO
    Stream:[[whorel!case!N],[to],[talk],[v*!phi],[[i!D],[d!case!N]],[Tpast!phi],[crel!rel!T!phi],[the!case!N]]
    Stack (тее):
    SO:[man!D]

    Step 7.

    Merge [whorel!case!N] and [man!D]
    Label from [whorel!case!N] (syntactic head with an unvalued uF)
    Inherit interpretable feature(s) [f(phi,[3,sg,n])] from [man!D]
    [man!D] values N on [whorel!case!N]
    Push [man!D] (unvalued uF) onto stack
    Stream:[[to],[talk],[v*!phi],[[i!D],[d!case!N]],[Tpast!phi],[crel!rel!T!phi],[the!case!N]]
    Stack (тее):[man!D]
    SO:[whorel!case[whorel][man!D]]

    Step 8.

    Merge [to] and [whorel!case[whorel][man!D]]
    Label from [to] (syntactic head merging with a non-head)
    Theta-mark [whorel!case[whorel][man!D]]
    Push [whorel!case[whorel][man!D]] (unvalued uF) onto stack
    Stream:[[talk],[v*!phi],[[i!D],[d!case!N]],[Tpast!phi],[crel!rel!T!phi],[the!case!N]]
    Stack (тее):[whorel!case[whorel][man!D]]
    [man!D]
    SO:[to[to][whorel!case[whorel][man!D]]]

    Step 9.

    Merge [talk] and [to[to][whorel!case[whorel..][man..]]]
    Label from [talk] (syntactic head merging with a non-head)
    Stream:[[v*!phi],[[i!D],[d!case!N]],[Tpast!phi],[crel!rel!T!phi],[the!case!N]]
    Stack (тее):[whorel!case[whorel][man!D]]
    [man!D]
    SO:[talk[talk][to[to][whorel!case[whorel][man!D]]]]

    Step 10.

    Merge [v*!phi] and [talk[talk][to[to..][whorel..]]]
    Label from [v*!phi] (syntactic head merging with a non-head)
    [whorel!case[whorel][man!D]] values uPhi on [v*!phi]
    [v*] values acc case on [whorel!case[whorel][man!D]]
    Stream:[[[i!D],[d!case!N]],[Tpast!phi],[crel!rel!T!phi],[the!case!N]]
    Stack (тее):[whorel[whorel][man!D]]
    [man!D]
    SO:[v*[v*][talk[talk][to[to][whorel[whorel][man!D]]]]]

    Step 11.

    Begin substream
    Stream:[[i!D],[d!case!N]]
    Stack (тее):
    SO:[]

    Step 12.

    Head of stream [i!D] is the initial SO
    Stream:[[d!case!N]]
    Stack (тее):
    SO:[i!D]

    Step 13.

    Merge [d!case!N] and [i!D]
    Label from [d!case!N] (syntactic head with an unvalued uF)
    Inherit interpretable feature(s) [f(phi,[1,sg,mf])] from [i!D]
    [d!case!N] values D on [i!D]
    [i] values N on [d!case!N]
    Stream:[]
    Stack (тее):
    SO:[d!case[d][i]]
    End substream, SO [d!case[d][i]] re-inserted into main stream

    Step 14.

    Stream:[[d!case[d][i]],[Tpast!phi],[crel!rel!T!phi],[the!case!N]]
    Stack (тее):[whorel[whorel][man!D]]
    [man!D]
    SO:[v*[v*][talk[talk][to[to][whorel[whorel][man!D]]]]]

    Step 15.

    Merge [v*[v*][talk[talk..][to..]]] and [d!case[d][i]]
    Label from [v*[v*][talk[talk..][to..]]] (edge feature)
    Theta-mark [d!case[d][i]]
    Push [d!case[d][i]] (unvalued uF) onto stack
    Stream:[[Tpast!phi],[crel!rel!T!phi],[the!case!N]]
    Stack (тее):[d!case[d][i]]
    [whorel[whorel][man!D]]
    [man!D]
    SO:[v*[d!case[d][i]][v*[v*][talk[talk][to[to][whorel[whorel][man!D]]]]]]

    Step 16.

    Merge [Tpast!phi] and [v*[d!case[d..][i..]][v*[v*..][talk..]]]
    Label from [Tpast!phi] (syntactic head merging with a non-head)
    [d!case[d][i]] values uPhi on [Tpast!phi]
    [Tpast] values nom case on [d!case[d][i]]
    Stream:[[crel!rel!T!phi],[the!case!N]]
    Stack (тее):[d[d][i]]
    [whorel[whorel][man!D]]
    [man!D]
    SO:[Tpast[Tpast][v*[d[d][i]][v*[v*][talk[talk][to[to][whorel[whorel][man!D]]]]]]]

    Step 17.

    Internal merge selected
    Merge [Tpast[Tpast][v*[d..][v*..]]] and [d[d][i]]
    Label from [Tpast[Tpast][v*[d..][v*..]]] (edge feature)
    Stream:[[crel!rel!T!phi],[the!case!N]]
    Stack (тее):[d[d][i]]
    [whorel[whorel][man!D]]
    [man!D]
    SO:[Tpast[d[d][i]][Tpast[Tpast][v*[d[d][i]][v*[v*][talk[talk][to[to][whorel[whorel][man!D]]]]]]]]

    Step 18.

    Merge [crel!rel!T!phi] and [Tpast[d[d..][i..]][Tpast[Tpast..][v*..]]]
    Label from [crel!rel!T!phi] (syntactic head merging with a non-head)
    Relativized TOS search for iF(rel) skipping [d[d][i]]
    [whorel[whorel][man!D]] values rel on [crel!rel!T!phi]
    [whorel[whorel][man!D]] values T on [crel!T!phi] (economy)
    [whorel[whorel][man!D]] values phi on [crel!phi] (economy)
    [crel] values obq case on [whorel[whorel][man!D]]
    Internal merge selected
    Merge [crel[crel][Tpast[d..][Tpast..]]] and [whorel[whorel][man!D]]
    Label from [crel[crel][Tpast[d..][Tpast..]]] (edge feature)
    Stream:[[the!case!N]]
    Stack (тее):[d[d][i]]
    [whorel[whorel][man!D]]
    [man!D]
    SO:[crel[whorel[whorel][man!D]][crel[crel][Tpast[d[d][i]][Tpast[Tpast][v*[d[d][i]][v*[v*][talk[talk][to[to][whorel[whorel][man!D]]]]]]]]]]

    Step 19.

    Local Extent boundary at [crel[whorel[whorel..][man..]][crel[crel..][Tpast..]]]
    Stack element [man!D] with unvalued uF found
    New boundary (b) marker stacked
    Restack [man!D] onto stack
    Stream:[[the!case!N]]
    Stack (тее):[man!D]
    b
    [d[d][i]]
    [whorel[whorel][man!D]]
    SO:[crel[whorel[whorel][man!D]][crel[crel][Tpast[d[d][i]][Tpast[Tpast][v*[d[d][i]][v*[v*][talk[talk][to[to][whorel[whorel][man!D]]]]]]]]]]

    Step 20.

    Merge [man!D] and [crel[whorel[whorel..][man..]][crel[crel..][Tpast..]]]
    Label from [man!D] (syntactic head merging with a non-head)
    Stream:[[the!case!N]]
    Stack (тее):[man!D]
    b
    [d[d][i]]
    [whorel[whorel][man!D]]
    SO:[man!D[man!D][crel[whorel[whorel][man!D]][crel[crel][Tpast[d[d][i]][Tpast[Tpast][v*[d[d][i]][v*[v*][talk[talk][to[to][whorel[whorel][man!D]]]]]]]]]]]

    Step 21.

    Merge [the!case!N] and [man!D[man!D][crel[whorel..][crel..]]]
    Label from [the!case!N] (syntactic head merging with a non-head)
    Inherit interpretable feature(s) [f(phi,[3,sg,n])] from [man!D[man!D][crel[whorel..][crel..]]]
    [the!case!N] values D on [man!D[man!D][crel[whorel..][crel..]]]
    [man[man][crel[whorel..][crel..]]] values N on [the!case!N]
    Stream:[]
    Stack (тее):[man]
    b
    [d[d][i]]
    [whorel[whorel][man]]
    SO:[the!case[the][man[man][crel[whorel[whorel][man]][crel[crel][Tpast[d[d][i]][Tpast[Tpast][v*[d[d][i]][v*[v*][talk[talk][to[to][whorel[whorel][man]]]]]]]]]]]]

    Parse:
    Spell-out:
    the man whom I -ed(sg) talk to (after morpheme realization)
    the man whom I talk -ed(sg) to (after affix-hop)
    the man whom I talk -ed(sg) to (after morpheme realization, stage 2)
    the man whom I talked to  

    Backtrack

    Stream:[[to],[talk],[v*!phi],[[i!D],[d!case!N]],[Tpast!phi],[crel!rel!T!phi],[the!case!N]]
    Stack (тее):[man!D]
    SO:[whorel!case[whorel][man!D]]
    re-doing step 8

    Step 22.

    Push [to[to][whorel!case[whorel..][man..]]] (unvalued uF) onto stack
    Stream:[[talk],[v*!phi],[[i!D],[d!case!N]],[Tpast!phi],[crel!rel!T!phi],[the!case!N]]
    Stack (тее):[to[to][whorel!case[whorel][man!D]]]
    [man!D]
    SO:[to[to][whorel!case[whorel][man!D]]]

    Step 23.

    Merge [talk] and [to[to][whorel!case[whorel..][man..]]]
    Label from [talk] (syntactic head merging with a non-head)
    Stream:[[v*!phi],[[i!D],[d!case!N]],[Tpast!phi],[crel!rel!T!phi],[the!case!N]]
    Stack (тее):[to[to][whorel!case[whorel][man!D]]]
    [man!D]
    SO:[talk[talk][to[to][whorel!case[whorel][man!D]]]]

    Step 24.

    Merge [v*!phi] and [talk[talk][to[to..][whorel..]]]
    Label from [v*!phi] (syntactic head merging with a non-head)
    [to[to][whorel!case[whorel..][man..]]] values uPhi on [v*!phi]
    [v*] values acc case on [to[to][whorel!case[whorel..][man..]]]
    Stream:[[[i!D],[d!case!N]],[Tpast!phi],[crel!rel!T!phi],[the!case!N]]
    Stack (тее):[to[to][whorel[whorel][man!D]]]
    [man!D]
    SO:[v*[v*][talk[talk][to[to][whorel[whorel][man!D]]]]]

    Step 25.

    Begin substream
    Stream:[[i!D],[d!case!N]]
    Stack (тее):
    SO:[]

    Step 26.

    Head of stream [i!D] is the initial SO
    Stream:[[d!case!N]]
    Stack (тее):
    SO:[i!D]

    Step 27.

    Merge [d!case!N] and [i!D]
    Label from [d!case!N] (syntactic head with an unvalued uF)
    Inherit interpretable feature(s) [f(phi,[1,sg,mf])] from [i!D]
    [d!case!N] values D on [i!D]
    [i] values N on [d!case!N]
    Stream:[]
    Stack (тее):
    SO:[d!case[d][i]]
    End substream, SO [d!case[d][i]] re-inserted into main stream

    Step 28.

    Stream:[[d!case[d][i]],[Tpast!phi],[crel!rel!T!phi],[the!case!N]]
    Stack (тее):[to[to][whorel[whorel][man!D]]]
    [man!D]
    SO:[v*[v*][talk[talk][to[to][whorel[whorel][man!D]]]]]

    Step 29.

    Merge [v*[v*][talk[talk..][to..]]] and [d!case[d][i]]
    Label from [v*[v*][talk[talk..][to..]]] (edge feature)
    Theta-mark [d!case[d][i]]
    Push [d!case[d][i]] (unvalued uF) onto stack
    Stream:[[Tpast!phi],[crel!rel!T!phi],[the!case!N]]
    Stack (тее):[d!case[d][i]]
    [to[to][whorel[whorel][man!D]]]
    [man!D]
    SO:[v*[d!case[d][i]][v*[v*][talk[talk][to[to][whorel[whorel][man!D]]]]]]

    Step 30.

    Merge [Tpast!phi] and [v*[d!case[d..][i..]][v*[v*..][talk..]]]
    Label from [Tpast!phi] (syntactic head merging with a non-head)
    [d!case[d][i]] values uPhi on [Tpast!phi]
    [Tpast] values nom case on [d!case[d][i]]
    Stream:[[crel!rel!T!phi],[the!case!N]]
    Stack (тее):[d[d][i]]
    [to[to][whorel[whorel][man!D]]]
    [man!D]
    SO:[Tpast[Tpast][v*[d[d][i]][v*[v*][talk[talk][to[to][whorel[whorel][man!D]]]]]]]

    Step 31.

    Internal merge selected
    Merge [Tpast[Tpast][v*[d..][v*..]]] and [d[d][i]]
    Label from [Tpast[Tpast][v*[d..][v*..]]] (edge feature)
    Stream:[[crel!rel!T!phi],[the!case!N]]
    Stack (тее):[d[d][i]]
    [to[to][whorel[whorel][man!D]]]
    [man!D]
    SO:[Tpast[d[d][i]][Tpast[Tpast][v*[d[d][i]][v*[v*][talk[talk][to[to][whorel[whorel][man!D]]]]]]]]

    Step 32.

    Merge [crel!rel!T!phi] and [Tpast[d[d..][i..]][Tpast[Tpast..][v*..]]]
    Label from [crel!rel!T!phi] (syntactic head merging with a non-head)
    Relativized TOS search for iF(rel) skipping [d[d][i]]
    [to[to][whorel[whorel..][man..]]] values rel on [crel!rel!T!phi]
    [to[to][whorel[whorel..][man..]]] values T on [crel!T!phi] (economy)
    [d[d][i]] values phi on [crel!phi]
    [d[d][i]] values uPhi on [crel!phi]
    Internal merge selected
    Merge [crel[crel][Tpast[d..][Tpast..]]] and [d[d][i]]
    Label from [crel[crel][Tpast[d..][Tpast..]]] (edge feature)
    Merge [crel[d[d..][i..]][crel[crel..][Tpast..]]] and [to[to][whorel[whorel..][man..]]]
    Label from [crel[d[d..][i..]][crel[crel..][Tpast..]]] (edge feature)
    Stream:[[the!case!N]]
    Stack (тее):[d[d][i]]
    [to[to][whorel[whorel][man!D]]]
    [man!D]
    SO:[crel[to[to][whorel[whorel][man!D]]][crel[d[d][i]][crel[crel][Tpast[d[d][i]][Tpast[Tpast][v*[d[d][i]][v*[v*][talk[talk][to[to][whorel[whorel][man!D]]]]]]]]]]]

    Step 33.

    Local Extent boundary at [crel[to[to..][whorel..]][crel[d..][crel..]]]
    Stack element [man!D] with unvalued uF found
    New boundary (b) marker stacked
    Restack [man!D] onto stack
    Stream:[[the!case!N]]
    Stack (тее):[man!D]
    b
    [d[d][i]]
    [to[to][whorel[whorel][man!D]]]
    SO:[crel[to[to][whorel[whorel][man!D]]][crel[d[d][i]][crel[crel][Tpast[d[d][i]][Tpast[Tpast][v*[d[d][i]][v*[v*][talk[talk][to[to][whorel[whorel][man!D]]]]]]]]]]]

    Step 34.

    Merge [man!D] and [crel[to[to..][whorel..]][crel[d..][crel..]]]
    Label from [man!D] (syntactic head merging with a non-head)
    Stream:[[the!case!N]]
    Stack (тее):[man!D]
    b
    [d[d][i]]
    [to[to][whorel[whorel][man!D]]]
    SO:[man!D[man!D][crel[to[to][whorel[whorel][man!D]]][crel[d[d][i]][crel[crel][Tpast[d[d][i]][Tpast[Tpast][v*[d[d][i]][v*[v*][talk[talk][to[to][whorel[whorel][man!D]]]]]]]]]]]]

    Step 35.

    Merge [the!case!N] and [man!D[man!D][crel[to..][crel..]]]
    Label from [the!case!N] (syntactic head merging with a non-head)
    Inherit interpretable feature(s) [f(phi,[3,sg,n])] from [man!D[man!D][crel[to..][crel..]]]
    [the!case!N] values D on [man!D[man!D][crel[to..][crel..]]]
    [man[man][crel[to..][crel..]]] values N on [the!case!N]
    Stream:[]
    Stack (тее):[man]
    b
    [d[d][i]]
    [to[to][whorel[whorel][man]]]
    SO:[the!case[the][man[man][crel[to[to][whorel[whorel][man]]][crel[d[d][i]][crel[crel][Tpast[d[d][i]][Tpast[Tpast][v*[d[d][i]][v*[v*][talk[talk][to[to][whorel[whorel][man]]]]]]]]]]]]]

    Parse:
    Spell-out:
    the man to whom I -ed(sg) talk (after morpheme realization)
    the man to whom I talk -ed(sg) (after affix-hop)
    the man to whom I talk -ed(sg) (after morpheme realization, stage 2)
    the man to whom I talked  

    2 derivations found.

    Backtrack

    Stream:[[talk],[v*!phi],[[i!D],[d!case!N]],[Tpast!phi],[crel!rel!T!phi],[the!case!N]]
    Stack (тее):[to[to][whorel[whorel][man!D]]]
    [man!D]
    SO:[to[to][whorel[whorel][man!D]]]
    re-doing step 5

    Step 36.

    Computational Cost:
    Merge: 25, Agree: 27, Unify: 0, Push: 8, Boundaries: 2, Inject: 2
    Non-TOS access: 6, Pop: 0, Depth cost: 44
    Step:01234567891011121314151617181920212223242526272829303132333435
    Stack depth:001220012220002333344422200023333444

    Back to top