Minimalist Machine Derivations

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

Examples:

  • Basic sentence patterns: collapse
    Example Stream of heads (click + ⇇Send) Notes
    (1) John saw Mary [mary, d, see, 'v*', [john, d], 'Tpast', c] One derivation.
    Transitive sentence: v* values acc Case, has edge θ-position.
    (2) John runs [run, 'v_unerg', [john, d], 'T', c] One derivation.
    Unergative sentence: vunerg has an edge θ-position.
    (3) A man arrives [man, a, arrive, 'v~unacc', 'T' ,c] One derivation.
    Unaccusative sentence: v~unacc values θ and has an edge feature. (See Sobin examples.)
    (4) There arrived a man [man, a, arrive,'v~unacc', there, 'Tpast', c] One derivation.
    Expletive unaccusative construction: v~unacc values θ and edge feature satisfied by Merge of there.
    (5) John was arrested [john, d, arrest, prt, 'v~', 'Tpast' ,c] One derivation.
    Passive sentence: v* replaced by v~ and prt. v~ values θ. (See Sobin examples.) Passive participle prt has unvalued Case and ɸ. (See Derivation by Phase examples.)
    (6) Who saw John? [john, d, see, 'v*', [who, q], 'Tpast', c_Q] One derivation.
    Subject wh-question: CQ has unvalued Wh and T (simultaneously) valued by corresponding features on who. (See Pesetsky & Torrego examples.)
    (7) What does John see? [what:n, q, see, 'v*', [john, d], 'T', c_Q] One derivation.
    Object wh-question: CQ has unvalued Wh and T valued from what and (head of) T, respectively. (See Pesetsky & Torrego examples.)
    (8) Who arrived? [who, q, arrive,'v~unacc', 'Tpast', c_Q] One derivation.
    Unaccusative wh-question: CQ Wh and T simultaneously valued by who. (See Pesetsky & Torrego examples.)
  • Machine Parameters: expand

    Animation:
    (3) A man arrives

    Derivation:
    (3) A man arrives

    Stream:[[man!D],[a!case!N],[arrive],[v~unacc],[T!phi],[c]]
    Stack (⥥):
    SO:[]

    Step 1.

    Head of stream [man!D] is the initial SO
    Stream:[[a!case!N],[arrive],[v~unacc],[T!phi],[c]]
    Stack (⥥):
    SO:[man!D]

    Step 2.

    Merge [a!case!N] and [man!D]
    Label from [a!case!N] (syntactic head with an unvalued uF)
    Inherit interpretable feature(s) [f(phi,[3,sg,n])] from [man!D]
    [a!case!N] values D on [man!D]
    [man] values N on [a!case!N]
    Stream:[[arrive],[v~unacc],[T!phi],[c]]
    Stack (⥥):
    SO:[a!case[a][man]]

    Step 3.

    Merge [arrive] and [a!case[a][man]]
    Label from [arrive] (syntactic head merging with a non-head)
    Theta-mark [a!case[a][man]]
    Push [a!case[a][man]] (unvalued uF) onto stack
    Stream:[[v~unacc],[T!phi],[c]]
    Stack (⥥):[a!case[a][man]]
    SO:[arrive[arrive][a!case[a][man]]]

    Step 4.

    Merge [v~unacc] and [arrive[arrive][a!case[a..][man..]]]
    Label from [v~unacc] (syntactic head merging with a non-head)
    [v~unacc] checks theta on [a!case[a][man]]
    Stream:[[T!phi],[c]]
    Stack (⥥):[a!case[a][man]]
    SO:[v~unacc[v~unacc][arrive[arrive][a!case[a][man]]]]

    Step 5.

    Internal merge selected
    Merge [v~unacc[v~unacc][arrive[arrive..][a..]]] and [a!case[a][man]]
    Label from [v~unacc[v~unacc][arrive[arrive..][a..]]] (edge feature)
    Stream:[[T!phi],[c]]
    Stack (⥥):[a!case[a][man]]
    SO:[v~unacc[a!case[a][man]][v~unacc[v~unacc][arrive[arrive][a[a][man]]]]]

    Step 6.

    Merge [T!phi] and [v~unacc[a!case[a..][man..]][v~unacc[v~unacc..][arrive..]]]
    Label from [T!phi] (syntactic head merging with a non-head)
    [a!case[a][man]] values uPhi on [T!phi]
    [T] values nom case on [a!case[a][man]]
    Stream:[[c]]
    Stack (⥥):[a[a][man]]
    SO:[T[T][v~unacc[a[a][man]][v~unacc[v~unacc][arrive[arrive][a[a][man]]]]]]

    Step 7.

    Internal merge selected
    Merge [T[T][v~unacc[a..][v~unacc..]]] and [a[a][man]]
    Label from [T[T][v~unacc[a..][v~unacc..]]] (edge feature)
    Stream:[[c]]
    Stack (⥥):[a[a][man]]
    SO:[T[a[a][man]][T[T][v~unacc[a[a][man]][v~unacc[v~unacc][arrive[arrive][a[a][man]]]]]]]

    Step 8.

    Merge [c] and [T[a[a..][man..]][T[T..][v~unacc..]]]
    Label from [c] (syntactic head merging with a non-head)
    Stream:[]
    Stack (⥥):[a[a][man]]
    SO:[c[c][T[a[a][man]][T[T][v~unacc[a[a][man]][v~unacc[v~unacc][arrive[arrive][a[a][man]]]]]]]]

    Step 9.

    Local Extent boundary at [c[c][T[a..][T..]]]
    New boundary (b) marker stacked
    Stream:[]
    Stack (⥥):b
    [a[a][man]]
    SO:[c[c][T[a[a][man]][T[T][v~unacc[a[a][man]][v~unacc[v~unacc][arrive[arrive][a[a][man]]]]]]]]

    Parse:
    Spell-out:
    a man -s arrive (after morpheme realization)
    a man arrive -s (after affix-hop)
    a man arrive -s (after morpheme realization, stage 2)
    a man arrives  

    One derivation found.
    Computational Cost:
    Merge: 7, Agree: 5, Unify: 0, Push: 1, Boundaries: 1, Inject: 0
    Non-TOS access: 0, Pop: 0, Depth cost: 1
    Step:0123456789
    Stack depth:0001111112

    Back to top