code$ swipl --stack-limit=8g -s code_English.prolog
% Janus 1.5.2 embeds Python 3.13.13 (main, Apr 8 2026, 18:23:14) [Clang 21.0.0 (clang-2100.0.123.102)]
Manual & tutorial: https://sandiway.arizona.edu Sandiway Fong (2024-2026)
Run: ?- parse(List,SO,L). (; for more answers)
List = [..words] (input), SO,L = syntactic object, [..] spellout (output)
See derivation: ?- report. ?- graph. (<- after parse/3) ?- summary. (short)
for a long report ?- retract(no_fill).
LEX expansion: ⒜ WordNet: ?- useMorphy. (noMorphy)
assert/retract/?- : use_morphy(C), for C={v,n,a,r}. ⒝ edit lex.prolog
⒞ ?- addNoun(Word) (addTr/addUrg/addUnacc/addAdj/addPrep).
Welcome to SWI-Prolog (threaded, 64 bits, version 10.0.2)
SWI-Prolog comes with ABSOLUTELY NO WARRANTY. This is free software.
Please run ?- license. for legal details.
For online help and background, visit https://www.swi-prolog.org
For built-in help, use ?- help(Topic). or ?- apropos(Word).
% Interactive session; added `.` to Python `sys.path`
101 ?- retract(θR(who)).
true.
102 ?- parse([the,mechanic,who,fixed,the,car,arrived,and,met,'Bill'],S,L).
Words: the mechanic who fixed the car arrived and met Bill
Initial WS: Bill meet_θ v_meet:θ:pst INFL_v arrive_θ v_arrive:pst INFL_v car_the fix_θ v_fix:θ:pst INFL_v C_rel_who mechanic_the
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}, {v_fix:θ:pst, {fix_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}}}
EXT: {[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,fix,the,mechanic,who,3sg,pst,meet,Bill],[and],[the,car,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,met,Bill,fixed,the,mechanic,who,met,Bill],[and],[the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,fix,the,mechanic,who,3sg,pst,meet,Bill],[and],[there,3sg,pst,arrive,the,car]}
Spellout: {[the,mechanic,who,met,Bill,fixed,the,mechanic,who,met,Bill],[and],[there,arrived,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}}}
EXT: {[the,mechanic,3sg,pst,fix,the,mechanic,who,3sg,pst,meet,Bill],[and],[the,car,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,the,mechanic,who,met,Bill],[and],[the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,fix,the,mechanic,who,3sg,pst,meet,Bill],[and],[there,3sg,pst,arrive,the,car]}
Spellout: {[the,mechanic,fixed,the,mechanic,who,met,Bill],[and],[there,arrived,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}}}
EXT: {[Bill,3sg,pst,fix,the,mechanic,who,3sg,pst,meet,Bill],[and],[the,car,3sg,pst,arrive]}
Spellout: {[Bill,fixed,the,mechanic,who,met,Bill],[and],[the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,fix,the,mechanic,who,3sg,pst,meet,Bill],[and],[there,3sg,pst,arrive,the,car]}
Spellout: {[Bill,fixed,the,mechanic,who,met,Bill],[and],[there,arrived,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}}}}
EXT: the mechanic who 3sg pst arrive {[3sg,pst,fix,the,car],[and],[3sg,pst,meet,Bill]}
Spellout: the mechanic who arrived {[fixed,the,car],[and],[met,Bill]}
Blocked: inconsistent with input!
EXT: the mechanic who there 3sg pst arrive {[3sg,pst,fix,the,car],[and],[3sg,pst,meet,Bill]}
Spellout: the mechanic who there arrived {[fixed,the,car],[and],[met,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}}}}
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,Bill]}
Spellout: {[the,mechanic,who,arrived,fixed,the,car],[and],[the,mechanic,who,arrived,met,Bill]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,Bill]}
Spellout: {[the,mechanic,who,arrived,fixed,the,car],[and],[the,mechanic,who,there,arrived,met,Bill]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,Bill]}
Spellout: {[the,mechanic,who,there,arrived,fixed,the,car],[and],[the,mechanic,who,arrived,met,Bill]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,Bill]}
Spellout: {[the,mechanic,who,there,arrived,fixed,the,car],[and],[the,mechanic,who,there,arrived,met,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}}}}
EXT: {[the,mechanic,3sg,pst,fix,the,car],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,Bill]}
Spellout: {[the,mechanic,fixed,the,car],[and],[the,mechanic,who,arrived,met,Bill]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,fix,the,car],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,Bill]}
Spellout: {[the,mechanic,fixed,the,car],[and],[the,mechanic,who,there,arrived,met,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}}}}
EXT: {[Bill,3sg,pst,fix,the,car],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,Bill]}
Spellout: {[Bill,fixed,the,car],[and],[the,mechanic,who,arrived,met,Bill]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,fix,the,car],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,Bill]}
Spellout: {[Bill,fixed,the,car],[and],[the,mechanic,who,there,arrived,met,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: the mechanic who 3sg pst arrive {[3sg,pst,meet,Bill],[and],[3sg,pst,fix,the,car]}
Spellout: the mechanic who arrived {[met,Bill],[and],[fixed,the,car]}
Blocked: inconsistent with input!
EXT: the mechanic who there 3sg pst arrive {[3sg,pst,meet,Bill],[and],[3sg,pst,fix,the,car]}
Spellout: the mechanic who there arrived {[met,Bill],[and],[fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,Bill],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,who,arrived,met,Bill],[and],[the,mechanic,who,arrived,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,Bill],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,who,arrived,met,Bill],[and],[the,mechanic,who,there,arrived,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,Bill],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,who,there,arrived,met,Bill],[and],[the,mechanic,who,arrived,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,Bill],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,who,there,arrived,met,Bill],[and],[the,mechanic,who,there,arrived,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, Bill}}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[the,mechanic,3sg,pst,meet,Bill],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,met,Bill],[and],[the,mechanic,who,arrived,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,Bill],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,met,Bill],[and],[the,mechanic,who,there,arrived,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, Bill}}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[Bill,3sg,pst,meet,Bill],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[Bill,met,Bill],[and],[the,mechanic,who,arrived,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,Bill],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[Bill,met,Bill],[and],[the,mechanic,who,there,arrived,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}}}}
EXT: the mechanic who 3sg pst arrive {[3sg,pst,fix,the,car],[and],[3sg,pst,meet,Bill]}
Spellout: the mechanic who arrived {[fixed,the,car],[and],[met,Bill]}
Blocked: inconsistent with input!
EXT: the mechanic who there 3sg pst arrive {[3sg,pst,fix,the,car],[and],[3sg,pst,meet,Bill]}
Spellout: the mechanic who there arrived {[fixed,the,car],[and],[met,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}}}}
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,Bill]}
Spellout: {[the,mechanic,who,arrived,fixed,the,car],[and],[the,mechanic,who,arrived,met,Bill]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,Bill]}
Spellout: {[the,mechanic,who,arrived,fixed,the,car],[and],[the,mechanic,who,there,arrived,met,Bill]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,Bill]}
Spellout: {[the,mechanic,who,there,arrived,fixed,the,car],[and],[the,mechanic,who,arrived,met,Bill]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,Bill]}
Spellout: {[the,mechanic,who,there,arrived,fixed,the,car],[and],[the,mechanic,who,there,arrived,met,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}}}}
EXT: {[the,mechanic,3sg,pst,fix,the,car],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,Bill]}
Spellout: {[the,mechanic,fixed,the,car],[and],[the,mechanic,who,arrived,met,Bill]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,fix,the,car],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,Bill]}
Spellout: {[the,mechanic,fixed,the,car],[and],[the,mechanic,who,there,arrived,met,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}}}}
EXT: {[Bill,3sg,pst,fix,the,car],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,Bill]}
Spellout: {[Bill,fixed,the,car],[and],[the,mechanic,who,arrived,met,Bill]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,fix,the,car],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,Bill]}
Spellout: {[Bill,fixed,the,car],[and],[the,mechanic,who,there,arrived,met,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}, {v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}}
EXT: the mechanic who 3sg pst fix the car {[3sg,pst,meet,Bill],[and],[3sg,pst,arrive]}
Spellout: the mechanic who fixed the car {[met,Bill],[and],[arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}}
EXT: {[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,meet,Bill],[and],[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,fixed,the,car,met,Bill],[and],[the,mechanic,who,fixed,the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,meet,Bill],[and],[there,3sg,pst,arrive,the,mechanic,who,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,who,fixed,the,car,met,Bill],[and],[there,arrived,the,mechanic,who,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, Bill}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}}
EXT: {[the,mechanic,3sg,pst,meet,Bill],[and],[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,arrive]}
Spellout: {[the,mechanic,met,Bill],[and],[the,mechanic,who,fixed,the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,Bill],[and],[there,3sg,pst,arrive,the,mechanic,who,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,met,Bill],[and],[there,arrived,the,mechanic,who,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, Bill}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}}
EXT: {[Bill,3sg,pst,meet,Bill],[and],[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,arrive]}
Spellout: {[Bill,met,Bill],[and],[the,mechanic,who,fixed,the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,Bill],[and],[there,3sg,pst,arrive,the,mechanic,who,3sg,pst,fix,the,car]}
Spellout: {[Bill,met,Bill],[and],[there,arrived,the,mechanic,who,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}}}}
EXT: the mechanic who 3sg pst fix the car {[3sg,pst,arrive],[and],[3sg,pst,meet,Bill]}
Spellout: the mechanic who fixed the car {[arrived],[and],[met,Bill]}
Parse found!
S = {C, {INFL_v, {{v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}}}},
L = [the,mechanic,who,fixed,the,car,[[arrived],[and],[met,Bill]]] ;
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}}}}
EXT: {[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,arrive],[and],[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,meet,Bill]}
Spellout: {[the,mechanic,who,fixed,the,car,arrived],[and],[the,mechanic,who,fixed,the,car,met,Bill]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,the,mechanic,who,3sg,pst,fix,the,car],[and],[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,meet,Bill]}
Spellout: {[there,arrived,the,mechanic,who,fixed,the,car],[and],[the,mechanic,who,fixed,the,car,met,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}}}}
EXT: {[the,mechanic,3sg,pst,arrive],[and],[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,meet,Bill]}
Spellout: {[the,mechanic,arrived],[and],[the,mechanic,who,fixed,the,car,met,Bill]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,the,mechanic],[and],[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,meet,Bill]}
Spellout: {[there,arrived,the,mechanic],[and],[the,mechanic,who,fixed,the,car,met,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}}}}
EXT: {[the,car,3sg,pst,arrive],[and],[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,meet,Bill]}
Spellout: {[the,car,arrived],[and],[the,mechanic,who,fixed,the,car,met,Bill]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,the,car],[and],[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,meet,Bill]}
Spellout: {[there,arrived,the,car],[and],[the,mechanic,who,fixed,the,car,met,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}}}}
EXT: {[Bill,3sg,pst,arrive],[and],[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,meet,Bill]}
Spellout: {[Bill,arrived],[and],[the,mechanic,who,fixed,the,car,met,Bill]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,Bill],[and],[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,meet,Bill]}
Spellout: {[there,arrived,Bill],[and],[the,mechanic,who,fixed,the,car,met,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}, {v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}}}}}}
EXT: the mechanic who 3sg pst meet Bill {[3sg,pst,fix,the,car],[and],[3sg,pst,arrive]}
Spellout: the mechanic who met Bill {[fixed,the,car],[and],[arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}}}}}}
EXT: {[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,fix,the,car],[and],[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,met,Bill,fixed,the,car],[and],[the,mechanic,who,met,Bill,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,fix,the,car],[and],[there,3sg,pst,arrive,the,mechanic,who,3sg,pst,meet,Bill]}
Spellout: {[the,mechanic,who,met,Bill,fixed,the,car],[and],[there,arrived,the,mechanic,who,met,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}}}}}}
EXT: {[the,mechanic,3sg,pst,fix,the,car],[and],[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,the,car],[and],[the,mechanic,who,met,Bill,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,fix,the,car],[and],[there,3sg,pst,arrive,the,mechanic,who,3sg,pst,meet,Bill]}
Spellout: {[the,mechanic,fixed,the,car],[and],[there,arrived,the,mechanic,who,met,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}}}}}}
EXT: {[Bill,3sg,pst,fix,the,car],[and],[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,arrive]}
Spellout: {[Bill,fixed,the,car],[and],[the,mechanic,who,met,Bill,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,fix,the,car],[and],[there,3sg,pst,arrive,the,mechanic,who,3sg,pst,meet,Bill]}
Spellout: {[Bill,fixed,the,car],[and],[there,arrived,the,mechanic,who,met,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}}}, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: the mechanic who 3sg pst meet Bill {[3sg,pst,arrive],[and],[3sg,pst,fix,the,car]}
Spellout: the mechanic who met Bill {[arrived],[and],[fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,arrive],[and],[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,who,met,Bill,arrived],[and],[the,mechanic,who,met,Bill,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,the,mechanic,who,3sg,pst,meet,Bill],[and],[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,fix,the,car]}
Spellout: {[there,arrived,the,mechanic,who,met,Bill],[and],[the,mechanic,who,met,Bill,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[the,mechanic,3sg,pst,arrive],[and],[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,arrived],[and],[the,mechanic,who,met,Bill,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,the,mechanic],[and],[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,fix,the,car]}
Spellout: {[there,arrived,the,mechanic],[and],[the,mechanic,who,met,Bill,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[the,car,3sg,pst,arrive],[and],[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,fix,the,car]}
Spellout: {[the,car,arrived],[and],[the,mechanic,who,met,Bill,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,the,car],[and],[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,fix,the,car]}
Spellout: {[there,arrived,the,car],[and],[the,mechanic,who,met,Bill,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[Bill,3sg,pst,arrive],[and],[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,fix,the,car]}
Spellout: {[Bill,arrived],[and],[the,mechanic,who,met,Bill,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,Bill],[and],[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,fix,the,car]}
Spellout: {[there,arrived,Bill],[and],[the,mechanic,who,met,Bill,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}, {v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}}}}}}
EXT: the mechanic who 3sg pst meet Bill {[3sg,pst,fix,the,car],[and],[3sg,pst,arrive]}
Spellout: the mechanic who met Bill {[fixed,the,car],[and],[arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}}}}}}
EXT: {[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,fix,the,car],[and],[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,met,Bill,fixed,the,car],[and],[the,mechanic,who,met,Bill,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,fix,the,car],[and],[there,3sg,pst,arrive,the,mechanic,who,3sg,pst,meet,Bill]}
Spellout: {[the,mechanic,who,met,Bill,fixed,the,car],[and],[there,arrived,the,mechanic,who,met,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}}}}}}
EXT: {[the,mechanic,3sg,pst,fix,the,car],[and],[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,the,car],[and],[the,mechanic,who,met,Bill,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,fix,the,car],[and],[there,3sg,pst,arrive,the,mechanic,who,3sg,pst,meet,Bill]}
Spellout: {[the,mechanic,fixed,the,car],[and],[there,arrived,the,mechanic,who,met,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}}}}}}
EXT: {[Bill,3sg,pst,fix,the,car],[and],[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,arrive]}
Spellout: {[Bill,fixed,the,car],[and],[the,mechanic,who,met,Bill,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,fix,the,car],[and],[there,3sg,pst,arrive,the,mechanic,who,3sg,pst,meet,Bill]}
Spellout: {[Bill,fixed,the,car],[and],[there,arrived,the,mechanic,who,met,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}, {v_fix:θ:pst, {fix_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}}}
EXT: {[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,fix,the,mechanic,who,3sg,pst,meet,Bill],[and],[the,car,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,met,Bill,fixed,the,mechanic,who,met,Bill],[and],[the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,fix,the,mechanic,who,3sg,pst,meet,Bill],[and],[there,3sg,pst,arrive,the,car]}
Spellout: {[the,mechanic,who,met,Bill,fixed,the,mechanic,who,met,Bill],[and],[there,arrived,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}}}
EXT: {[the,mechanic,3sg,pst,fix,the,mechanic,who,3sg,pst,meet,Bill],[and],[the,car,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,the,mechanic,who,met,Bill],[and],[the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,fix,the,mechanic,who,3sg,pst,meet,Bill],[and],[there,3sg,pst,arrive,the,car]}
Spellout: {[the,mechanic,fixed,the,mechanic,who,met,Bill],[and],[there,arrived,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}}}
EXT: {[Bill,3sg,pst,fix,the,mechanic,who,3sg,pst,meet,Bill],[and],[the,car,3sg,pst,arrive]}
Spellout: {[Bill,fixed,the,mechanic,who,met,Bill],[and],[the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,fix,the,mechanic,who,3sg,pst,meet,Bill],[and],[there,3sg,pst,arrive,the,car]}
Spellout: {[Bill,fixed,the,mechanic,who,met,Bill],[and],[there,arrived,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}
EXT: Bill who 3sg pst arrive {[3sg,pst,fix,the,car],[and],[3sg,pst,meet,the,mechanic]}
Spellout: Bill who arrived {[fixed,the,car],[and],[met,the,mechanic]}
Blocked: inconsistent with input!
EXT: Bill who there 3sg pst arrive {[3sg,pst,fix,the,car],[and],[3sg,pst,meet,the,mechanic]}
Spellout: Bill who there arrived {[fixed,the,car],[and],[met,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[Bill,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic]}
Spellout: {[Bill,who,arrived,fixed,the,car],[and],[Bill,who,arrived,met,the,mechanic]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic]}
Spellout: {[Bill,who,arrived,fixed,the,car],[and],[Bill,who,there,arrived,met,the,mechanic]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[Bill,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic]}
Spellout: {[Bill,who,there,arrived,fixed,the,car],[and],[Bill,who,arrived,met,the,mechanic]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic]}
Spellout: {[Bill,who,there,arrived,fixed,the,car],[and],[Bill,who,there,arrived,met,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}
EXT: {[Bill,3sg,pst,fix,the,car],[and],[Bill,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic]}
Spellout: {[Bill,fixed,the,car],[and],[Bill,who,arrived,met,the,mechanic]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,fix,the,car],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic]}
Spellout: {[Bill,fixed,the,car],[and],[Bill,who,there,arrived,met,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}
EXT: {[the,mechanic,3sg,pst,fix,the,car],[and],[Bill,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic]}
Spellout: {[the,mechanic,fixed,the,car],[and],[Bill,who,arrived,met,the,mechanic]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,fix,the,car],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic]}
Spellout: {[the,mechanic,fixed,the,car],[and],[Bill,who,there,arrived,met,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}, {v_fix:θ:pst, {fix_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}}}
EXT: {[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,fix,Bill,who,3sg,pst,meet,the,mechanic],[and],[the,car,3sg,pst,arrive]}
Spellout: {[Bill,who,met,the,mechanic,fixed,Bill,who,met,the,mechanic],[and],[the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,fix,Bill,who,3sg,pst,meet,the,mechanic],[and],[there,3sg,pst,arrive,the,car]}
Spellout: {[Bill,who,met,the,mechanic,fixed,Bill,who,met,the,mechanic],[and],[there,arrived,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}}}
EXT: {[Bill,3sg,pst,fix,Bill,who,3sg,pst,meet,the,mechanic],[and],[the,car,3sg,pst,arrive]}
Spellout: {[Bill,fixed,Bill,who,met,the,mechanic],[and],[the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,fix,Bill,who,3sg,pst,meet,the,mechanic],[and],[there,3sg,pst,arrive,the,car]}
Spellout: {[Bill,fixed,Bill,who,met,the,mechanic],[and],[there,arrived,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}}}
EXT: {[the,mechanic,3sg,pst,fix,Bill,who,3sg,pst,meet,the,mechanic],[and],[the,car,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,Bill,who,met,the,mechanic],[and],[the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,fix,Bill,who,3sg,pst,meet,the,mechanic],[and],[there,3sg,pst,arrive,the,car]}
Spellout: {[the,mechanic,fixed,Bill,who,met,the,mechanic],[and],[there,arrived,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: Bill who 3sg pst arrive {[3sg,pst,meet,the,mechanic],[and],[3sg,pst,fix,the,car]}
Spellout: Bill who arrived {[met,the,mechanic],[and],[fixed,the,car]}
Blocked: inconsistent with input!
EXT: Bill who there 3sg pst arrive {[3sg,pst,meet,the,mechanic],[and],[3sg,pst,fix,the,car]}
Spellout: Bill who there arrived {[met,the,mechanic],[and],[fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic],[and],[Bill,who,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[Bill,who,arrived,met,the,mechanic],[and],[Bill,who,arrived,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[Bill,who,arrived,met,the,mechanic],[and],[Bill,who,there,arrived,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic],[and],[Bill,who,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[Bill,who,there,arrived,met,the,mechanic],[and],[Bill,who,arrived,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[Bill,who,there,arrived,met,the,mechanic],[and],[Bill,who,there,arrived,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[Bill,3sg,pst,meet,the,mechanic],[and],[Bill,who,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[Bill,met,the,mechanic],[and],[Bill,who,arrived,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,the,mechanic],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[Bill,met,the,mechanic],[and],[Bill,who,there,arrived,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic],[and],[Bill,who,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,met,the,mechanic],[and],[Bill,who,arrived,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,met,the,mechanic],[and],[Bill,who,there,arrived,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}
EXT: Bill who 3sg pst arrive {[3sg,pst,fix,the,car],[and],[3sg,pst,meet,the,mechanic]}
Spellout: Bill who arrived {[fixed,the,car],[and],[met,the,mechanic]}
Blocked: inconsistent with input!
EXT: Bill who there 3sg pst arrive {[3sg,pst,fix,the,car],[and],[3sg,pst,meet,the,mechanic]}
Spellout: Bill who there arrived {[fixed,the,car],[and],[met,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[Bill,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic]}
Spellout: {[Bill,who,arrived,fixed,the,car],[and],[Bill,who,arrived,met,the,mechanic]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic]}
Spellout: {[Bill,who,arrived,fixed,the,car],[and],[Bill,who,there,arrived,met,the,mechanic]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[Bill,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic]}
Spellout: {[Bill,who,there,arrived,fixed,the,car],[and],[Bill,who,arrived,met,the,mechanic]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic]}
Spellout: {[Bill,who,there,arrived,fixed,the,car],[and],[Bill,who,there,arrived,met,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}
EXT: {[Bill,3sg,pst,fix,the,car],[and],[Bill,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic]}
Spellout: {[Bill,fixed,the,car],[and],[Bill,who,arrived,met,the,mechanic]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,fix,the,car],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic]}
Spellout: {[Bill,fixed,the,car],[and],[Bill,who,there,arrived,met,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}
EXT: {[the,mechanic,3sg,pst,fix,the,car],[and],[Bill,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic]}
Spellout: {[the,mechanic,fixed,the,car],[and],[Bill,who,arrived,met,the,mechanic]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,fix,the,car],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic]}
Spellout: {[the,mechanic,fixed,the,car],[and],[Bill,who,there,arrived,met,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{{Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}, {v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}}
EXT: Bill who 3sg pst fix the car {[3sg,pst,meet,the,mechanic],[and],[3sg,pst,arrive]}
Spellout: Bill who fixed the car {[met,the,mechanic],[and],[arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}}
EXT: {[Bill,who,3sg,pst,fix,the,car,3sg,pst,meet,the,mechanic],[and],[Bill,who,3sg,pst,fix,the,car,3sg,pst,arrive]}
Spellout: {[Bill,who,fixed,the,car,met,the,mechanic],[and],[Bill,who,fixed,the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,fix,the,car,3sg,pst,meet,the,mechanic],[and],[there,3sg,pst,arrive,Bill,who,3sg,pst,fix,the,car]}
Spellout: {[Bill,who,fixed,the,car,met,the,mechanic],[and],[there,arrived,Bill,who,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}}
EXT: {[Bill,3sg,pst,meet,the,mechanic],[and],[Bill,who,3sg,pst,fix,the,car,3sg,pst,arrive]}
Spellout: {[Bill,met,the,mechanic],[and],[Bill,who,fixed,the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,the,mechanic],[and],[there,3sg,pst,arrive,Bill,who,3sg,pst,fix,the,car]}
Spellout: {[Bill,met,the,mechanic],[and],[there,arrived,Bill,who,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}}
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic],[and],[Bill,who,3sg,pst,fix,the,car,3sg,pst,arrive]}
Spellout: {[the,mechanic,met,the,mechanic],[and],[Bill,who,fixed,the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic],[and],[there,3sg,pst,arrive,Bill,who,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,met,the,mechanic],[and],[there,arrived,Bill,who,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}
EXT: Bill who 3sg pst fix the car {[3sg,pst,arrive],[and],[3sg,pst,meet,the,mechanic]}
Spellout: Bill who fixed the car {[arrived],[and],[met,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}
EXT: {[Bill,who,3sg,pst,fix,the,car,3sg,pst,arrive],[and],[Bill,who,3sg,pst,fix,the,car,3sg,pst,meet,the,mechanic]}
Spellout: {[Bill,who,fixed,the,car,arrived],[and],[Bill,who,fixed,the,car,met,the,mechanic]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,Bill,who,3sg,pst,fix,the,car],[and],[Bill,who,3sg,pst,fix,the,car,3sg,pst,meet,the,mechanic]}
Spellout: {[there,arrived,Bill,who,fixed,the,car],[and],[Bill,who,fixed,the,car,met,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}
EXT: {[Bill,3sg,pst,arrive],[and],[Bill,who,3sg,pst,fix,the,car,3sg,pst,meet,the,mechanic]}
Spellout: {[Bill,arrived],[and],[Bill,who,fixed,the,car,met,the,mechanic]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,Bill],[and],[Bill,who,3sg,pst,fix,the,car,3sg,pst,meet,the,mechanic]}
Spellout: {[there,arrived,Bill],[and],[Bill,who,fixed,the,car,met,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}
EXT: {[the,car,3sg,pst,arrive],[and],[Bill,who,3sg,pst,fix,the,car,3sg,pst,meet,the,mechanic]}
Spellout: {[the,car,arrived],[and],[Bill,who,fixed,the,car,met,the,mechanic]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,the,car],[and],[Bill,who,3sg,pst,fix,the,car,3sg,pst,meet,the,mechanic]}
Spellout: {[there,arrived,the,car],[and],[Bill,who,fixed,the,car,met,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}
EXT: {[the,mechanic,3sg,pst,arrive],[and],[Bill,who,3sg,pst,fix,the,car,3sg,pst,meet,the,mechanic]}
Spellout: {[the,mechanic,arrived],[and],[Bill,who,fixed,the,car,met,the,mechanic]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,the,mechanic],[and],[Bill,who,3sg,pst,fix,the,car,3sg,pst,meet,the,mechanic]}
Spellout: {[there,arrived,the,mechanic],[and],[Bill,who,fixed,the,car,met,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{{Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}, {v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}}}}}}
EXT: Bill who 3sg pst meet the mechanic {[3sg,pst,fix,the,car],[and],[3sg,pst,arrive]}
Spellout: Bill who met the mechanic {[fixed,the,car],[and],[arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}}}}}}
EXT: {[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,fix,the,car],[and],[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,arrive]}
Spellout: {[Bill,who,met,the,mechanic,fixed,the,car],[and],[Bill,who,met,the,mechanic,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,fix,the,car],[and],[there,3sg,pst,arrive,Bill,who,3sg,pst,meet,the,mechanic]}
Spellout: {[Bill,who,met,the,mechanic,fixed,the,car],[and],[there,arrived,Bill,who,met,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}}}}}}
EXT: {[Bill,3sg,pst,fix,the,car],[and],[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,arrive]}
Spellout: {[Bill,fixed,the,car],[and],[Bill,who,met,the,mechanic,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,fix,the,car],[and],[there,3sg,pst,arrive,Bill,who,3sg,pst,meet,the,mechanic]}
Spellout: {[Bill,fixed,the,car],[and],[there,arrived,Bill,who,met,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}}}}}}
EXT: {[the,mechanic,3sg,pst,fix,the,car],[and],[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,the,car],[and],[Bill,who,met,the,mechanic,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,fix,the,car],[and],[there,3sg,pst,arrive,Bill,who,3sg,pst,meet,the,mechanic]}
Spellout: {[the,mechanic,fixed,the,car],[and],[there,arrived,Bill,who,met,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}}}, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: Bill who 3sg pst meet the mechanic {[3sg,pst,arrive],[and],[3sg,pst,fix,the,car]}
Spellout: Bill who met the mechanic {[arrived],[and],[fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,arrive],[and],[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[Bill,who,met,the,mechanic,arrived],[and],[Bill,who,met,the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,Bill,who,3sg,pst,meet,the,mechanic],[and],[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[there,arrived,Bill,who,met,the,mechanic],[and],[Bill,who,met,the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[Bill,3sg,pst,arrive],[and],[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[Bill,arrived],[and],[Bill,who,met,the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,Bill],[and],[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[there,arrived,Bill],[and],[Bill,who,met,the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[the,car,3sg,pst,arrive],[and],[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[the,car,arrived],[and],[Bill,who,met,the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,the,car],[and],[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[there,arrived,the,car],[and],[Bill,who,met,the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[the,mechanic,3sg,pst,arrive],[and],[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,arrived],[and],[Bill,who,met,the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,the,mechanic],[and],[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[there,arrived,the,mechanic],[and],[Bill,who,met,the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{{Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}, {v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}}}}}}
EXT: Bill who 3sg pst meet the mechanic {[3sg,pst,fix,the,car],[and],[3sg,pst,arrive]}
Spellout: Bill who met the mechanic {[fixed,the,car],[and],[arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}}}}}}
EXT: {[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,fix,the,car],[and],[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,arrive]}
Spellout: {[Bill,who,met,the,mechanic,fixed,the,car],[and],[Bill,who,met,the,mechanic,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,fix,the,car],[and],[there,3sg,pst,arrive,Bill,who,3sg,pst,meet,the,mechanic]}
Spellout: {[Bill,who,met,the,mechanic,fixed,the,car],[and],[there,arrived,Bill,who,met,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}}}}}}
EXT: {[Bill,3sg,pst,fix,the,car],[and],[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,arrive]}
Spellout: {[Bill,fixed,the,car],[and],[Bill,who,met,the,mechanic,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,fix,the,car],[and],[there,3sg,pst,arrive,Bill,who,3sg,pst,meet,the,mechanic]}
Spellout: {[Bill,fixed,the,car],[and],[there,arrived,Bill,who,met,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}}}}}}
EXT: {[the,mechanic,3sg,pst,fix,the,car],[and],[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,the,car],[and],[Bill,who,met,the,mechanic,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,fix,the,car],[and],[there,3sg,pst,arrive,Bill,who,3sg,pst,meet,the,mechanic]}
Spellout: {[the,mechanic,fixed,the,car],[and],[there,arrived,Bill,who,met,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}, {v_fix:θ:pst, {fix_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}}}
EXT: {[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,fix,Bill,who,3sg,pst,meet,the,mechanic],[and],[the,car,3sg,pst,arrive]}
Spellout: {[Bill,who,met,the,mechanic,fixed,Bill,who,met,the,mechanic],[and],[the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,fix,Bill,who,3sg,pst,meet,the,mechanic],[and],[there,3sg,pst,arrive,the,car]}
Spellout: {[Bill,who,met,the,mechanic,fixed,Bill,who,met,the,mechanic],[and],[there,arrived,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}}}
EXT: {[Bill,3sg,pst,fix,Bill,who,3sg,pst,meet,the,mechanic],[and],[the,car,3sg,pst,arrive]}
Spellout: {[Bill,fixed,Bill,who,met,the,mechanic],[and],[the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,fix,Bill,who,3sg,pst,meet,the,mechanic],[and],[there,3sg,pst,arrive,the,car]}
Spellout: {[Bill,fixed,Bill,who,met,the,mechanic],[and],[there,arrived,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}}}
EXT: {[the,mechanic,3sg,pst,fix,Bill,who,3sg,pst,meet,the,mechanic],[and],[the,car,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,Bill,who,met,the,mechanic],[and],[the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,fix,Bill,who,3sg,pst,meet,the,mechanic],[and],[there,3sg,pst,arrive,the,car]}
Spellout: {[the,mechanic,fixed,Bill,who,met,the,mechanic],[and],[there,arrived,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{mechanic_the, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}, {mechanic_the, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: the mechanic {[3sg,pst,meet,Bill,who,3sg,pst,arrive],[and],[3sg,pst,fix,the,car]}
Spellout: the mechanic {[met,Bill,who,arrived],[and],[fixed,the,car]}
Blocked: inconsistent with input!
EXT: the mechanic {[3sg,pst,meet,Bill,who,there,3sg,pst,arrive],[and],[3sg,pst,fix,the,car]}
Spellout: the mechanic {[met,Bill,who,there,arrived],[and],[fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}, {INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,met,Bill,who,arrived],[and],[the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,Bill,who,there,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,met,Bill,who,there,arrived],[and],[the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}, {INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,meet,Bill,who,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[Bill,who,arrived,met,Bill,who,arrived],[and],[the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,meet,Bill,who,there,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[Bill,who,arrived,met,Bill,who,there,arrived],[and],[the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,Bill,who,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[Bill,who,there,arrived,met,Bill,who,arrived],[and],[the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,Bill,who,there,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[Bill,who,there,arrived,met,Bill,who,there,arrived],[and],[the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}, {INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[Bill,3sg,pst,meet,Bill,who,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[Bill,met,Bill,who,arrived],[and],[the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,Bill,who,there,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[Bill,met,Bill,who,there,arrived],[and],[the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{mechanic_the, {v_fix:θ:pst, {fix_θ, car_the}}}, {mechanic_the, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}}}
EXT: the mechanic {[3sg,pst,fix,the,car],[and],[3sg,pst,meet,Bill,who,3sg,pst,arrive]}
Spellout: the mechanic {[fixed,the,car],[and],[met,Bill,who,arrived]}
Blocked: inconsistent with input!
EXT: the mechanic {[3sg,pst,fix,the,car],[and],[3sg,pst,meet,Bill,who,there,3sg,pst,arrive]}
Spellout: the mechanic {[fixed,the,car],[and],[met,Bill,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}}}
EXT: {[the,mechanic,3sg,pst,fix,the,car],[and],[the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,the,car],[and],[the,mechanic,met,Bill,who,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,fix,the,car],[and],[the,mechanic,3sg,pst,meet,Bill,who,there,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,the,car],[and],[the,mechanic,met,Bill,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}}}
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,arrive]}
Spellout: {[Bill,who,arrived,fixed,the,car],[and],[the,mechanic,met,Bill,who,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[the,mechanic,3sg,pst,meet,Bill,who,there,3sg,pst,arrive]}
Spellout: {[Bill,who,arrived,fixed,the,car],[and],[the,mechanic,met,Bill,who,there,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,arrive]}
Spellout: {[Bill,who,there,arrived,fixed,the,car],[and],[the,mechanic,met,Bill,who,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[the,mechanic,3sg,pst,meet,Bill,who,there,3sg,pst,arrive]}
Spellout: {[Bill,who,there,arrived,fixed,the,car],[and],[the,mechanic,met,Bill,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}}}
EXT: {[Bill,3sg,pst,fix,the,car],[and],[the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,arrive]}
Spellout: {[Bill,fixed,the,car],[and],[the,mechanic,met,Bill,who,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,fix,the,car],[and],[the,mechanic,3sg,pst,meet,Bill,who,there,3sg,pst,arrive]}
Spellout: {[Bill,fixed,the,car],[and],[the,mechanic,met,Bill,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{mechanic_the, {v_fix:θ:pst, {fix_θ, car_the}}}, {mechanic_the, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}}}
EXT: the mechanic {[3sg,pst,fix,the,car],[and],[3sg,pst,meet,Bill,who,3sg,pst,arrive]}
Spellout: the mechanic {[fixed,the,car],[and],[met,Bill,who,arrived]}
Blocked: inconsistent with input!
EXT: the mechanic {[3sg,pst,fix,the,car],[and],[3sg,pst,meet,Bill,who,there,3sg,pst,arrive]}
Spellout: the mechanic {[fixed,the,car],[and],[met,Bill,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}}}
EXT: {[the,mechanic,3sg,pst,fix,the,car],[and],[the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,the,car],[and],[the,mechanic,met,Bill,who,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,fix,the,car],[and],[the,mechanic,3sg,pst,meet,Bill,who,there,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,the,car],[and],[the,mechanic,met,Bill,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}}}
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,arrive]}
Spellout: {[Bill,who,arrived,fixed,the,car],[and],[the,mechanic,met,Bill,who,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[the,mechanic,3sg,pst,meet,Bill,who,there,3sg,pst,arrive]}
Spellout: {[Bill,who,arrived,fixed,the,car],[and],[the,mechanic,met,Bill,who,there,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,arrive]}
Spellout: {[Bill,who,there,arrived,fixed,the,car],[and],[the,mechanic,met,Bill,who,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[the,mechanic,3sg,pst,meet,Bill,who,there,3sg,pst,arrive]}
Spellout: {[Bill,who,there,arrived,fixed,the,car],[and],[the,mechanic,met,Bill,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}}}
EXT: {[Bill,3sg,pst,fix,the,car],[and],[the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,arrive]}
Spellout: {[Bill,fixed,the,car],[and],[the,mechanic,met,Bill,who,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,fix,the,car],[and],[the,mechanic,3sg,pst,meet,Bill,who,there,3sg,pst,arrive]}
Spellout: {[Bill,fixed,the,car],[and],[the,mechanic,met,Bill,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}}}
EXT: {[Bill,3sg,pst,meet,Bill,who,3sg,pst,arrive],[and],[Bill,who,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,met,Bill,who,arrived],[and],[Bill,who,arrived,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,Bill,who,3sg,pst,arrive],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,met,Bill,who,arrived],[and],[Bill,who,there,arrived,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,Bill,who,there,3sg,pst,arrive],[and],[Bill,who,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,met,Bill,who,there,arrived],[and],[Bill,who,arrived,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,Bill,who,there,3sg,pst,arrive],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,met,Bill,who,there,arrived],[and],[Bill,who,there,arrived,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}}}
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,meet,Bill,who,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,who,arrived,met,Bill,who,arrived],[and],[Bill,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,meet,Bill,who,there,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,who,arrived,met,Bill,who,there,arrived],[and],[Bill,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,Bill,who,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,who,there,arrived,met,Bill,who,arrived],[and],[Bill,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,Bill,who,there,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,who,there,arrived,met,Bill,who,there,arrived],[and],[Bill,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}}}
EXT: {[Bill,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,3sg,pst,arrive,3sg,pst,meet,Bill,who,3sg,pst,arrive]}
Spellout: {[Bill,fixed,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,arrived,met,Bill,who,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,3sg,pst,arrive,3sg,pst,meet,Bill,who,there,3sg,pst,arrive]}
Spellout: {[Bill,fixed,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,arrived,met,Bill,who,there,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,Bill,who,3sg,pst,arrive]}
Spellout: {[Bill,fixed,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,there,arrived,met,Bill,who,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,Bill,who,there,3sg,pst,arrive]}
Spellout: {[Bill,fixed,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,there,arrived,met,Bill,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}}}
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[Bill,3sg,pst,meet,Bill,who,3sg,pst,arrive]}
Spellout: {[Bill,who,arrived,fixed,[[the,car],[and],[the,mechanic]]],[and],[Bill,met,Bill,who,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[Bill,3sg,pst,meet,Bill,who,there,3sg,pst,arrive]}
Spellout: {[Bill,who,arrived,fixed,[[the,car],[and],[the,mechanic]]],[and],[Bill,met,Bill,who,there,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[Bill,3sg,pst,meet,Bill,who,3sg,pst,arrive]}
Spellout: {[Bill,who,there,arrived,fixed,[[the,car],[and],[the,mechanic]]],[and],[Bill,met,Bill,who,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[Bill,3sg,pst,meet,Bill,who,there,3sg,pst,arrive]}
Spellout: {[Bill,who,there,arrived,fixed,[[the,car],[and],[the,mechanic]]],[and],[Bill,met,Bill,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}}}
EXT: {[Bill,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,3sg,pst,arrive,3sg,pst,meet,Bill,who,3sg,pst,arrive]}
Spellout: {[Bill,fixed,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,arrived,met,Bill,who,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,3sg,pst,arrive,3sg,pst,meet,Bill,who,there,3sg,pst,arrive]}
Spellout: {[Bill,fixed,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,arrived,met,Bill,who,there,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,Bill,who,3sg,pst,arrive]}
Spellout: {[Bill,fixed,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,there,arrived,met,Bill,who,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,Bill,who,there,3sg,pst,arrive]}
Spellout: {[Bill,fixed,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,there,arrived,met,Bill,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}}}
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[Bill,3sg,pst,meet,Bill,who,3sg,pst,arrive]}
Spellout: {[Bill,who,arrived,fixed,[[the,car],[and],[the,mechanic]]],[and],[Bill,met,Bill,who,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[Bill,3sg,pst,meet,Bill,who,there,3sg,pst,arrive]}
Spellout: {[Bill,who,arrived,fixed,[[the,car],[and],[the,mechanic]]],[and],[Bill,met,Bill,who,there,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[Bill,3sg,pst,meet,Bill,who,3sg,pst,arrive]}
Spellout: {[Bill,who,there,arrived,fixed,[[the,car],[and],[the,mechanic]]],[and],[Bill,met,Bill,who,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[Bill,3sg,pst,meet,Bill,who,there,3sg,pst,arrive]}
Spellout: {[Bill,who,there,arrived,fixed,[[the,car],[and],[the,mechanic]]],[and],[Bill,met,Bill,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}}}
EXT: {[Bill,3sg,pst,meet,Bill,who,3sg,pst,arrive],[and],[Bill,who,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,met,Bill,who,arrived],[and],[Bill,who,arrived,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,Bill,who,3sg,pst,arrive],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,met,Bill,who,arrived],[and],[Bill,who,there,arrived,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,Bill,who,there,3sg,pst,arrive],[and],[Bill,who,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,met,Bill,who,there,arrived],[and],[Bill,who,arrived,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,Bill,who,there,3sg,pst,arrive],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,met,Bill,who,there,arrived],[and],[Bill,who,there,arrived,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}}}
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,meet,Bill,who,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,who,arrived,met,Bill,who,arrived],[and],[Bill,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,meet,Bill,who,there,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,who,arrived,met,Bill,who,there,arrived],[and],[Bill,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,Bill,who,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,who,there,arrived,met,Bill,who,arrived],[and],[Bill,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,Bill,who,there,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,who,there,arrived,met,Bill,who,there,arrived],[and],[Bill,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}
EXT: {[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,the,car],[and],[Bill,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,fixed,the,car,met,the,mechanic,who,fixed,the,car],[and],[Bill,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,the,car],[and],[there,3sg,pst,arrive,Bill]}
Spellout: {[the,mechanic,who,fixed,the,car,met,the,mechanic,who,fixed,the,car],[and],[there,arrived,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,the,car],[and],[Bill,3sg,pst,arrive]}
Spellout: {[the,mechanic,met,the,mechanic,who,fixed,the,car],[and],[Bill,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,the,car],[and],[there,3sg,pst,arrive,Bill]}
Spellout: {[the,mechanic,met,the,mechanic,who,fixed,the,car],[and],[there,arrived,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}
EXT: {[Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,the,car],[and],[Bill,3sg,pst,arrive]}
Spellout: {[Bill,met,the,mechanic,who,fixed,the,car],[and],[Bill,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,the,car],[and],[there,3sg,pst,arrive,Bill]}
Spellout: {[Bill,met,the,mechanic,who,fixed,the,car],[and],[there,arrived,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}}}
EXT: {[Bill,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,3sg,pst,arrive,3sg,pst,meet,Bill,who,3sg,pst,arrive]}
Spellout: {[Bill,fixed,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,arrived,met,Bill,who,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,3sg,pst,arrive,3sg,pst,meet,Bill,who,there,3sg,pst,arrive]}
Spellout: {[Bill,fixed,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,arrived,met,Bill,who,there,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,Bill,who,3sg,pst,arrive]}
Spellout: {[Bill,fixed,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,there,arrived,met,Bill,who,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,Bill,who,there,3sg,pst,arrive]}
Spellout: {[Bill,fixed,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,there,arrived,met,Bill,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}}}
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[Bill,3sg,pst,meet,Bill,who,3sg,pst,arrive]}
Spellout: {[Bill,who,arrived,fixed,[[the,car],[and],[the,mechanic]]],[and],[Bill,met,Bill,who,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[Bill,3sg,pst,meet,Bill,who,there,3sg,pst,arrive]}
Spellout: {[Bill,who,arrived,fixed,[[the,car],[and],[the,mechanic]]],[and],[Bill,met,Bill,who,there,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[Bill,3sg,pst,meet,Bill,who,3sg,pst,arrive]}
Spellout: {[Bill,who,there,arrived,fixed,[[the,car],[and],[the,mechanic]]],[and],[Bill,met,Bill,who,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[Bill,3sg,pst,meet,Bill,who,there,3sg,pst,arrive]}
Spellout: {[Bill,who,there,arrived,fixed,[[the,car],[and],[the,mechanic]]],[and],[Bill,met,Bill,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}}}
EXT: {[Bill,3sg,pst,meet,Bill,who,3sg,pst,arrive],[and],[Bill,who,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,met,Bill,who,arrived],[and],[Bill,who,arrived,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,Bill,who,3sg,pst,arrive],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,met,Bill,who,arrived],[and],[Bill,who,there,arrived,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,Bill,who,there,3sg,pst,arrive],[and],[Bill,who,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,met,Bill,who,there,arrived],[and],[Bill,who,arrived,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,Bill,who,there,3sg,pst,arrive],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,met,Bill,who,there,arrived],[and],[Bill,who,there,arrived,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}}}
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,meet,Bill,who,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,who,arrived,met,Bill,who,arrived],[and],[Bill,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,meet,Bill,who,there,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,who,arrived,met,Bill,who,there,arrived],[and],[Bill,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,Bill,who,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,who,there,arrived,met,Bill,who,arrived],[and],[Bill,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,Bill,who,there,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,who,there,arrived,met,Bill,who,there,arrived],[and],[Bill,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}}}
EXT: Bill who 3sg pst arrive {[3sg,pst,meet,Bill],[and],[3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: Bill who arrived {[met,Bill],[and],[fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: Bill who there 3sg pst arrive {[3sg,pst,meet,Bill],[and],[3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: Bill who there arrived {[met,Bill],[and],[fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}}}
EXT: {[Bill,3sg,pst,meet,Bill,who,3sg,pst,arrive],[and],[Bill,who,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,met,Bill,who,arrived],[and],[Bill,who,arrived,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,Bill,who,3sg,pst,arrive],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,met,Bill,who,arrived],[and],[Bill,who,there,arrived,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,Bill,who,there,3sg,pst,arrive],[and],[Bill,who,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,met,Bill,who,there,arrived],[and],[Bill,who,arrived,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,Bill,who,there,3sg,pst,arrive],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,met,Bill,who,there,arrived],[and],[Bill,who,there,arrived,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}}}
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,meet,Bill],[and],[Bill,who,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,who,arrived,met,Bill],[and],[Bill,who,arrived,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,meet,Bill],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,who,arrived,met,Bill],[and],[Bill,who,there,arrived,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,Bill],[and],[Bill,who,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,who,there,arrived,met,Bill],[and],[Bill,who,arrived,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,Bill],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,who,there,arrived,met,Bill],[and],[Bill,who,there,arrived,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}, {v_fix:θ:pst, {fix_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}}}
EXT: {[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,fix,the,mechanic,who,3sg,pst,meet,Bill],[and],[the,car,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,met,Bill,fixed,the,mechanic,who,met,Bill],[and],[the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,fix,the,mechanic,who,3sg,pst,meet,Bill],[and],[there,3sg,pst,arrive,the,car]}
Spellout: {[the,mechanic,who,met,Bill,fixed,the,mechanic,who,met,Bill],[and],[there,arrived,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}}}
EXT: {[the,mechanic,3sg,pst,fix,the,mechanic,who,3sg,pst,meet,Bill],[and],[the,car,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,the,mechanic,who,met,Bill],[and],[the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,fix,the,mechanic,who,3sg,pst,meet,Bill],[and],[there,3sg,pst,arrive,the,car]}
Spellout: {[the,mechanic,fixed,the,mechanic,who,met,Bill],[and],[there,arrived,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}}}
EXT: {[Bill,3sg,pst,fix,the,mechanic,who,3sg,pst,meet,Bill],[and],[the,car,3sg,pst,arrive]}
Spellout: {[Bill,fixed,the,mechanic,who,met,Bill],[and],[the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,fix,the,mechanic,who,3sg,pst,meet,Bill],[and],[there,3sg,pst,arrive,the,car]}
Spellout: {[Bill,fixed,the,mechanic,who,met,Bill],[and],[there,arrived,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}, {v_fix:θ:pst, {fix_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}}}
EXT: {[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,fix,Bill,who,3sg,pst,meet,the,mechanic],[and],[the,car,3sg,pst,arrive]}
Spellout: {[Bill,who,met,the,mechanic,fixed,Bill,who,met,the,mechanic],[and],[the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,fix,Bill,who,3sg,pst,meet,the,mechanic],[and],[there,3sg,pst,arrive,the,car]}
Spellout: {[Bill,who,met,the,mechanic,fixed,Bill,who,met,the,mechanic],[and],[there,arrived,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}}}
EXT: {[Bill,3sg,pst,fix,Bill,who,3sg,pst,meet,the,mechanic],[and],[the,car,3sg,pst,arrive]}
Spellout: {[Bill,fixed,Bill,who,met,the,mechanic],[and],[the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,fix,Bill,who,3sg,pst,meet,the,mechanic],[and],[there,3sg,pst,arrive,the,car]}
Spellout: {[Bill,fixed,Bill,who,met,the,mechanic],[and],[there,arrived,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}}}
EXT: {[the,mechanic,3sg,pst,fix,Bill,who,3sg,pst,meet,the,mechanic],[and],[the,car,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,Bill,who,met,the,mechanic],[and],[the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,fix,Bill,who,3sg,pst,meet,the,mechanic],[and],[there,3sg,pst,arrive,the,car]}
Spellout: {[the,mechanic,fixed,Bill,who,met,the,mechanic],[and],[there,arrived,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, Bill}}}}}}, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, Bill}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}}}
EXT: {[the,mechanic,who,3sg,pst,fix,Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,Bill],[and],[the,car,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,fixed,Bill,met,the,mechanic,who,fixed,Bill],[and],[the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,fix,Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,Bill],[and],[there,3sg,pst,arrive,the,car]}
Spellout: {[the,mechanic,who,fixed,Bill,met,the,mechanic,who,fixed,Bill],[and],[there,arrived,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, Bill}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}}}
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,Bill],[and],[the,car,3sg,pst,arrive]}
Spellout: {[the,mechanic,met,the,mechanic,who,fixed,Bill],[and],[the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,Bill],[and],[there,3sg,pst,arrive,the,car]}
Spellout: {[the,mechanic,met,the,mechanic,who,fixed,Bill],[and],[there,arrived,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, Bill}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}}}
EXT: {[Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,Bill],[and],[the,car,3sg,pst,arrive]}
Spellout: {[Bill,met,the,mechanic,who,fixed,Bill],[and],[the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,Bill],[and],[there,3sg,pst,arrive,the,car]}
Spellout: {[Bill,met,the,mechanic,who,fixed,Bill],[and],[there,arrived,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, mechanic_the}}}}}}, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, mechanic_the}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}}}
EXT: {[Bill,who,3sg,pst,fix,the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,fix,the,mechanic],[and],[the,car,3sg,pst,arrive]}
Spellout: {[Bill,who,fixed,the,mechanic,met,Bill,who,fixed,the,mechanic],[and],[the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,fix,the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,fix,the,mechanic],[and],[there,3sg,pst,arrive,the,car]}
Spellout: {[Bill,who,fixed,the,mechanic,met,Bill,who,fixed,the,mechanic],[and],[there,arrived,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, mechanic_the}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}}}
EXT: {[Bill,3sg,pst,meet,Bill,who,3sg,pst,fix,the,mechanic],[and],[the,car,3sg,pst,arrive]}
Spellout: {[Bill,met,Bill,who,fixed,the,mechanic],[and],[the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,Bill,who,3sg,pst,fix,the,mechanic],[and],[there,3sg,pst,arrive,the,car]}
Spellout: {[Bill,met,Bill,who,fixed,the,mechanic],[and],[there,arrived,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, mechanic_the}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}}}
EXT: {[the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,fix,the,mechanic],[and],[the,car,3sg,pst,arrive]}
Spellout: {[the,mechanic,met,Bill,who,fixed,the,mechanic],[and],[the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,fix,the,mechanic],[and],[there,3sg,pst,arrive,the,car]}
Spellout: {[the,mechanic,met,Bill,who,fixed,the,mechanic],[and],[there,arrived,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{Bill, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: Bill {[3sg,pst,meet,the,mechanic,who,3sg,pst,arrive],[and],[3sg,pst,fix,the,car]}
Spellout: Bill {[met,the,mechanic,who,arrived],[and],[fixed,the,car]}
Blocked: inconsistent with input!
EXT: Bill {[3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive],[and],[3sg,pst,fix,the,car]}
Spellout: Bill {[met,the,mechanic,who,there,arrived],[and],[fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,the,car]}
Spellout: {[Bill,met,the,mechanic,who,arrived],[and],[Bill,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,the,car]}
Spellout: {[Bill,met,the,mechanic,who,there,arrived],[and],[Bill,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,who,arrived,met,the,mechanic,who,arrived],[and],[Bill,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,who,arrived,met,the,mechanic,who,there,arrived],[and],[Bill,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,who,there,arrived,met,the,mechanic,who,arrived],[and],[Bill,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,who,there,arrived,met,the,mechanic,who,there,arrived],[and],[Bill,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,met,the,mechanic,who,arrived],[and],[Bill,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,met,the,mechanic,who,there,arrived],[and],[Bill,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{Bill, {v_fix:θ:pst, {fix_θ, car_the}}}, {Bill, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}}}
EXT: Bill {[3sg,pst,fix,the,car],[and],[3sg,pst,meet,the,mechanic,who,3sg,pst,arrive]}
Spellout: Bill {[fixed,the,car],[and],[met,the,mechanic,who,arrived]}
Blocked: inconsistent with input!
EXT: Bill {[3sg,pst,fix,the,car],[and],[3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive]}
Spellout: Bill {[fixed,the,car],[and],[met,the,mechanic,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}}}
EXT: {[Bill,3sg,pst,fix,the,car],[and],[Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive]}
Spellout: {[Bill,fixed,the,car],[and],[Bill,met,the,mechanic,who,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,fix,the,car],[and],[Bill,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive]}
Spellout: {[Bill,fixed,the,car],[and],[Bill,met,the,mechanic,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}}}
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,arrived,fixed,the,car],[and],[Bill,met,the,mechanic,who,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[Bill,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,arrived,fixed,the,car],[and],[Bill,met,the,mechanic,who,there,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,there,arrived,fixed,the,car],[and],[Bill,met,the,mechanic,who,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[Bill,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,there,arrived,fixed,the,car],[and],[Bill,met,the,mechanic,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}}}
EXT: {[the,mechanic,3sg,pst,fix,the,car],[and],[Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,the,car],[and],[Bill,met,the,mechanic,who,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,fix,the,car],[and],[Bill,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,the,car],[and],[Bill,met,the,mechanic,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{Bill, {v_fix:θ:pst, {fix_θ, car_the}}}, {Bill, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}}}
EXT: Bill {[3sg,pst,fix,the,car],[and],[3sg,pst,meet,the,mechanic,who,3sg,pst,arrive]}
Spellout: Bill {[fixed,the,car],[and],[met,the,mechanic,who,arrived]}
Blocked: inconsistent with input!
EXT: Bill {[3sg,pst,fix,the,car],[and],[3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive]}
Spellout: Bill {[fixed,the,car],[and],[met,the,mechanic,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}}}
EXT: {[Bill,3sg,pst,fix,the,car],[and],[Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive]}
Spellout: {[Bill,fixed,the,car],[and],[Bill,met,the,mechanic,who,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,fix,the,car],[and],[Bill,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive]}
Spellout: {[Bill,fixed,the,car],[and],[Bill,met,the,mechanic,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}}}
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,arrived,fixed,the,car],[and],[Bill,met,the,mechanic,who,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[Bill,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,arrived,fixed,the,car],[and],[Bill,met,the,mechanic,who,there,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,there,arrived,fixed,the,car],[and],[Bill,met,the,mechanic,who,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[Bill,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,there,arrived,fixed,the,car],[and],[Bill,met,the,mechanic,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}}}
EXT: {[the,mechanic,3sg,pst,fix,the,car],[and],[Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,the,car],[and],[Bill,met,the,mechanic,who,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,fix,the,car],[and],[Bill,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,the,car],[and],[Bill,met,the,mechanic,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}}}
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,met,the,mechanic,who,arrived],[and],[the,mechanic,who,arrived,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,met,the,mechanic,who,arrived],[and],[the,mechanic,who,there,arrived,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,met,the,mechanic,who,there,arrived],[and],[the,mechanic,who,arrived,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,met,the,mechanic,who,there,arrived],[and],[the,mechanic,who,there,arrived,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}, {INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}}}
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,who,arrived,met,the,mechanic,who,arrived],[and],[the,mechanic,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,who,arrived,met,the,mechanic,who,there,arrived],[and],[the,mechanic,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,who,there,arrived,met,the,mechanic,who,arrived],[and],[the,mechanic,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,who,there,arrived,met,the,mechanic,who,there,arrived],[and],[the,mechanic,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}}}
EXT: {[the,mechanic,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,[Bill,[and],[the,car]]],[and],[the,mechanic,who,arrived,met,the,mechanic,who,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,[Bill,[and],[the,car]]],[and],[the,mechanic,who,arrived,met,the,mechanic,who,there,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,[Bill,[and],[the,car]]],[and],[the,mechanic,who,there,arrived,met,the,mechanic,who,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,[Bill,[and],[the,car]]],[and],[the,mechanic,who,there,arrived,met,the,mechanic,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}, {INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}}}
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,arrived,fixed,[Bill,[and],[the,car]]],[and],[the,mechanic,met,the,mechanic,who,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[the,mechanic,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,arrived,fixed,[Bill,[and],[the,car]]],[and],[the,mechanic,met,the,mechanic,who,there,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,there,arrived,fixed,[Bill,[and],[the,car]]],[and],[the,mechanic,met,the,mechanic,who,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[the,mechanic,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,there,arrived,fixed,[Bill,[and],[the,car]]],[and],[the,mechanic,met,the,mechanic,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}}}
EXT: {[the,mechanic,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,[Bill,[and],[the,car]]],[and],[the,mechanic,who,arrived,met,the,mechanic,who,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,[Bill,[and],[the,car]]],[and],[the,mechanic,who,arrived,met,the,mechanic,who,there,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,[Bill,[and],[the,car]]],[and],[the,mechanic,who,there,arrived,met,the,mechanic,who,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,[Bill,[and],[the,car]]],[and],[the,mechanic,who,there,arrived,met,the,mechanic,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}, {INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}}}
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,arrived,fixed,[Bill,[and],[the,car]]],[and],[the,mechanic,met,the,mechanic,who,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[the,mechanic,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,arrived,fixed,[Bill,[and],[the,car]]],[and],[the,mechanic,met,the,mechanic,who,there,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,there,arrived,fixed,[Bill,[and],[the,car]]],[and],[the,mechanic,met,the,mechanic,who,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[the,mechanic,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,there,arrived,fixed,[Bill,[and],[the,car]]],[and],[the,mechanic,met,the,mechanic,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}}}
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,met,the,mechanic,who,arrived],[and],[the,mechanic,who,arrived,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,met,the,mechanic,who,arrived],[and],[the,mechanic,who,there,arrived,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,met,the,mechanic,who,there,arrived],[and],[the,mechanic,who,arrived,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,met,the,mechanic,who,there,arrived],[and],[the,mechanic,who,there,arrived,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}, {INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}}}
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,who,arrived,met,the,mechanic,who,arrived],[and],[the,mechanic,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,who,arrived,met,the,mechanic,who,there,arrived],[and],[the,mechanic,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,who,there,arrived,met,the,mechanic,who,arrived],[and],[the,mechanic,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,who,there,arrived,met,the,mechanic,who,there,arrived],[and],[the,mechanic,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the}}}}}
EXT: {[Bill,who,3sg,pst,fix,the,car,3sg,pst,meet,Bill,who,3sg,pst,fix,the,car],[and],[the,mechanic,3sg,pst,arrive]}
Spellout: {[Bill,who,fixed,the,car,met,Bill,who,fixed,the,car],[and],[the,mechanic,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,fix,the,car,3sg,pst,meet,Bill,who,3sg,pst,fix,the,car],[and],[there,3sg,pst,arrive,the,mechanic]}
Spellout: {[Bill,who,fixed,the,car,met,Bill,who,fixed,the,car],[and],[there,arrived,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the}}}}}
EXT: {[Bill,3sg,pst,meet,Bill,who,3sg,pst,fix,the,car],[and],[the,mechanic,3sg,pst,arrive]}
Spellout: {[Bill,met,Bill,who,fixed,the,car],[and],[the,mechanic,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,Bill,who,3sg,pst,fix,the,car],[and],[there,3sg,pst,arrive,the,mechanic]}
Spellout: {[Bill,met,Bill,who,fixed,the,car],[and],[there,arrived,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the}}}}}
EXT: {[the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,fix,the,car],[and],[the,mechanic,3sg,pst,arrive]}
Spellout: {[the,mechanic,met,Bill,who,fixed,the,car],[and],[the,mechanic,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,fix,the,car],[and],[there,3sg,pst,arrive,the,mechanic]}
Spellout: {[the,mechanic,met,Bill,who,fixed,the,car],[and],[there,arrived,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}}}
EXT: {[the,mechanic,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,[Bill,[and],[the,car]]],[and],[the,mechanic,who,arrived,met,the,mechanic,who,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,[Bill,[and],[the,car]]],[and],[the,mechanic,who,arrived,met,the,mechanic,who,there,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,[Bill,[and],[the,car]]],[and],[the,mechanic,who,there,arrived,met,the,mechanic,who,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,[Bill,[and],[the,car]]],[and],[the,mechanic,who,there,arrived,met,the,mechanic,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}, {INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}}}
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,arrived,fixed,[Bill,[and],[the,car]]],[and],[the,mechanic,met,the,mechanic,who,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[the,mechanic,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,arrived,fixed,[Bill,[and],[the,car]]],[and],[the,mechanic,met,the,mechanic,who,there,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,there,arrived,fixed,[Bill,[and],[the,car]]],[and],[the,mechanic,met,the,mechanic,who,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[the,mechanic,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,there,arrived,fixed,[Bill,[and],[the,car]]],[and],[the,mechanic,met,the,mechanic,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}}}
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,met,the,mechanic,who,arrived],[and],[the,mechanic,who,arrived,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,met,the,mechanic,who,arrived],[and],[the,mechanic,who,there,arrived,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,met,the,mechanic,who,there,arrived],[and],[the,mechanic,who,arrived,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,met,the,mechanic,who,there,arrived],[and],[the,mechanic,who,there,arrived,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}, {INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}}}
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,who,arrived,met,the,mechanic,who,arrived],[and],[the,mechanic,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,who,arrived,met,the,mechanic,who,there,arrived],[and],[the,mechanic,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,who,there,arrived,met,the,mechanic,who,arrived],[and],[the,mechanic,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,who,there,arrived,met,the,mechanic,who,there,arrived],[and],[the,mechanic,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}}}
EXT: the mechanic who 3sg pst arrive {[3sg,pst,meet,the,mechanic],[and],[3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: the mechanic who arrived {[met,the,mechanic],[and],[fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: the mechanic who there 3sg pst arrive {[3sg,pst,meet,the,mechanic],[and],[3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: the mechanic who there arrived {[met,the,mechanic],[and],[fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}}}
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,met,the,mechanic,who,arrived],[and],[the,mechanic,who,arrived,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,met,the,mechanic,who,arrived],[and],[the,mechanic,who,there,arrived,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,met,the,mechanic,who,there,arrived],[and],[the,mechanic,who,arrived,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,met,the,mechanic,who,there,arrived],[and],[the,mechanic,who,there,arrived,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}}}
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,who,arrived,met,the,mechanic],[and],[the,mechanic,who,arrived,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,who,arrived,met,the,mechanic],[and],[the,mechanic,who,there,arrived,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,who,there,arrived,met,the,mechanic],[and],[the,mechanic,who,arrived,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,who,there,arrived,met,the,mechanic],[and],[the,mechanic,who,there,arrived,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, Bill}}}}}}, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, Bill}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}}}
EXT: {[the,mechanic,who,3sg,pst,fix,Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,Bill],[and],[the,car,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,fixed,Bill,met,the,mechanic,who,fixed,Bill],[and],[the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,fix,Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,Bill],[and],[there,3sg,pst,arrive,the,car]}
Spellout: {[the,mechanic,who,fixed,Bill,met,the,mechanic,who,fixed,Bill],[and],[there,arrived,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, Bill}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}}}
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,Bill],[and],[the,car,3sg,pst,arrive]}
Spellout: {[the,mechanic,met,the,mechanic,who,fixed,Bill],[and],[the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,Bill],[and],[there,3sg,pst,arrive,the,car]}
Spellout: {[the,mechanic,met,the,mechanic,who,fixed,Bill],[and],[there,arrived,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, Bill}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}}}
EXT: {[Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,Bill],[and],[the,car,3sg,pst,arrive]}
Spellout: {[Bill,met,the,mechanic,who,fixed,Bill],[and],[the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,Bill],[and],[there,3sg,pst,arrive,the,car]}
Spellout: {[Bill,met,the,mechanic,who,fixed,Bill],[and],[there,arrived,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, Bill}}}}}}, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, Bill}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}}}
EXT: {[the,mechanic,who,3sg,pst,fix,Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,Bill],[and],[the,car,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,fixed,Bill,met,the,mechanic,who,fixed,Bill],[and],[the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,fix,Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,Bill],[and],[there,3sg,pst,arrive,the,car]}
Spellout: {[the,mechanic,who,fixed,Bill,met,the,mechanic,who,fixed,Bill],[and],[there,arrived,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, Bill}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}}}
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,Bill],[and],[the,car,3sg,pst,arrive]}
Spellout: {[the,mechanic,met,the,mechanic,who,fixed,Bill],[and],[the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,Bill],[and],[there,3sg,pst,arrive,the,car]}
Spellout: {[the,mechanic,met,the,mechanic,who,fixed,Bill],[and],[there,arrived,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, Bill}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}}}
EXT: {[Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,Bill],[and],[the,car,3sg,pst,arrive]}
Spellout: {[Bill,met,the,mechanic,who,fixed,Bill],[and],[the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,Bill],[and],[there,3sg,pst,arrive,the,car]}
Spellout: {[Bill,met,the,mechanic,who,fixed,Bill],[and],[there,arrived,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}}}}
EXT: the mechanic who 3sg pst arrive {[3sg,pst,fix,the,car],[and],[3sg,pst,meet,Bill]}
Spellout: the mechanic who arrived {[fixed,the,car],[and],[met,Bill]}
Blocked: inconsistent with input!
EXT: the mechanic who there 3sg pst arrive {[3sg,pst,fix,the,car],[and],[3sg,pst,meet,Bill]}
Spellout: the mechanic who there arrived {[fixed,the,car],[and],[met,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}}}}
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,Bill]}
Spellout: {[the,mechanic,who,arrived,fixed,the,car],[and],[the,mechanic,who,arrived,met,Bill]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,Bill]}
Spellout: {[the,mechanic,who,arrived,fixed,the,car],[and],[the,mechanic,who,there,arrived,met,Bill]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,Bill]}
Spellout: {[the,mechanic,who,there,arrived,fixed,the,car],[and],[the,mechanic,who,arrived,met,Bill]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,Bill]}
Spellout: {[the,mechanic,who,there,arrived,fixed,the,car],[and],[the,mechanic,who,there,arrived,met,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}}}}
EXT: {[the,mechanic,3sg,pst,fix,the,car],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,Bill]}
Spellout: {[the,mechanic,fixed,the,car],[and],[the,mechanic,who,arrived,met,Bill]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,fix,the,car],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,Bill]}
Spellout: {[the,mechanic,fixed,the,car],[and],[the,mechanic,who,there,arrived,met,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}}}}
EXT: {[Bill,3sg,pst,fix,the,car],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,Bill]}
Spellout: {[Bill,fixed,the,car],[and],[the,mechanic,who,arrived,met,Bill]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,fix,the,car],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,Bill]}
Spellout: {[Bill,fixed,the,car],[and],[the,mechanic,who,there,arrived,met,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: the mechanic who 3sg pst arrive {[3sg,pst,meet,Bill],[and],[3sg,pst,fix,the,car]}
Spellout: the mechanic who arrived {[met,Bill],[and],[fixed,the,car]}
Blocked: inconsistent with input!
EXT: the mechanic who there 3sg pst arrive {[3sg,pst,meet,Bill],[and],[3sg,pst,fix,the,car]}
Spellout: the mechanic who there arrived {[met,Bill],[and],[fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,Bill],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,who,arrived,met,Bill],[and],[the,mechanic,who,arrived,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,Bill],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,who,arrived,met,Bill],[and],[the,mechanic,who,there,arrived,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,Bill],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,who,there,arrived,met,Bill],[and],[the,mechanic,who,arrived,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,Bill],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,who,there,arrived,met,Bill],[and],[the,mechanic,who,there,arrived,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, Bill}}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[the,mechanic,3sg,pst,meet,Bill],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,met,Bill],[and],[the,mechanic,who,arrived,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,Bill],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,met,Bill],[and],[the,mechanic,who,there,arrived,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, Bill}}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[Bill,3sg,pst,meet,Bill],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[Bill,met,Bill],[and],[the,mechanic,who,arrived,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,Bill],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[Bill,met,Bill],[and],[the,mechanic,who,there,arrived,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}, {v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}}}}}}
EXT: the mechanic who 3sg pst meet Bill {[3sg,pst,fix,the,car],[and],[3sg,pst,arrive]}
Spellout: the mechanic who met Bill {[fixed,the,car],[and],[arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}}}}}}
EXT: {[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,fix,the,car],[and],[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,met,Bill,fixed,the,car],[and],[the,mechanic,who,met,Bill,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,fix,the,car],[and],[there,3sg,pst,arrive,the,mechanic,who,3sg,pst,meet,Bill]}
Spellout: {[the,mechanic,who,met,Bill,fixed,the,car],[and],[there,arrived,the,mechanic,who,met,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}}}}}}
EXT: {[the,mechanic,3sg,pst,fix,the,car],[and],[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,the,car],[and],[the,mechanic,who,met,Bill,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,fix,the,car],[and],[there,3sg,pst,arrive,the,mechanic,who,3sg,pst,meet,Bill]}
Spellout: {[the,mechanic,fixed,the,car],[and],[there,arrived,the,mechanic,who,met,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}}}}}}
EXT: {[Bill,3sg,pst,fix,the,car],[and],[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,arrive]}
Spellout: {[Bill,fixed,the,car],[and],[the,mechanic,who,met,Bill,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,fix,the,car],[and],[there,3sg,pst,arrive,the,mechanic,who,3sg,pst,meet,Bill]}
Spellout: {[Bill,fixed,the,car],[and],[there,arrived,the,mechanic,who,met,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}}}, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: the mechanic who 3sg pst meet Bill {[3sg,pst,arrive],[and],[3sg,pst,fix,the,car]}
Spellout: the mechanic who met Bill {[arrived],[and],[fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,arrive],[and],[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,who,met,Bill,arrived],[and],[the,mechanic,who,met,Bill,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,the,mechanic,who,3sg,pst,meet,Bill],[and],[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,fix,the,car]}
Spellout: {[there,arrived,the,mechanic,who,met,Bill],[and],[the,mechanic,who,met,Bill,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[the,mechanic,3sg,pst,arrive],[and],[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,arrived],[and],[the,mechanic,who,met,Bill,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,the,mechanic],[and],[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,fix,the,car]}
Spellout: {[there,arrived,the,mechanic],[and],[the,mechanic,who,met,Bill,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[Bill,3sg,pst,arrive],[and],[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,fix,the,car]}
Spellout: {[Bill,arrived],[and],[the,mechanic,who,met,Bill,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,Bill],[and],[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,fix,the,car]}
Spellout: {[there,arrived,Bill],[and],[the,mechanic,who,met,Bill,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_meet:θ:pst, {meet_θ, Bill}}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[the,car,3sg,pst,arrive],[and],[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,fix,the,car]}
Spellout: {[the,car,arrived],[and],[the,mechanic,who,met,Bill,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,the,car],[and],[the,mechanic,who,3sg,pst,meet,Bill,3sg,pst,fix,the,car]}
Spellout: {[there,arrived,the,car],[and],[the,mechanic,who,met,Bill,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}, {v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}}
EXT: the mechanic who 3sg pst fix the car {[3sg,pst,meet,Bill],[and],[3sg,pst,arrive]}
Spellout: the mechanic who fixed the car {[met,Bill],[and],[arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}}
EXT: {[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,meet,Bill],[and],[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,fixed,the,car,met,Bill],[and],[the,mechanic,who,fixed,the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,meet,Bill],[and],[there,3sg,pst,arrive,the,mechanic,who,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,who,fixed,the,car,met,Bill],[and],[there,arrived,the,mechanic,who,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, Bill}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}}
EXT: {[the,mechanic,3sg,pst,meet,Bill],[and],[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,arrive]}
Spellout: {[the,mechanic,met,Bill],[and],[the,mechanic,who,fixed,the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,Bill],[and],[there,3sg,pst,arrive,the,mechanic,who,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,met,Bill],[and],[there,arrived,the,mechanic,who,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, Bill}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}}
EXT: {[Bill,3sg,pst,meet,Bill],[and],[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,arrive]}
Spellout: {[Bill,met,Bill],[and],[the,mechanic,who,fixed,the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,Bill],[and],[there,3sg,pst,arrive,the,mechanic,who,3sg,pst,fix,the,car]}
Spellout: {[Bill,met,Bill],[and],[there,arrived,the,mechanic,who,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}}}}
EXT: the mechanic who 3sg pst fix the car {[3sg,pst,arrive],[and],[3sg,pst,meet,Bill]}
Spellout: the mechanic who fixed the car {[arrived],[and],[met,Bill]}
Parse found!
S = {C, {INFL_v, {{v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}}}},
L = [the,mechanic,who,fixed,the,car,[[arrived],[and],[met,Bill]]] ;
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}}}}
EXT: {[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,arrive],[and],[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,meet,Bill]}
Spellout: {[the,mechanic,who,fixed,the,car,arrived],[and],[the,mechanic,who,fixed,the,car,met,Bill]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,the,mechanic,who,3sg,pst,fix,the,car],[and],[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,meet,Bill]}
Spellout: {[there,arrived,the,mechanic,who,fixed,the,car],[and],[the,mechanic,who,fixed,the,car,met,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}}}}
EXT: {[the,mechanic,3sg,pst,arrive],[and],[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,meet,Bill]}
Spellout: {[the,mechanic,arrived],[and],[the,mechanic,who,fixed,the,car,met,Bill]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,the,mechanic],[and],[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,meet,Bill]}
Spellout: {[there,arrived,the,mechanic],[and],[the,mechanic,who,fixed,the,car,met,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}}}}
EXT: {[Bill,3sg,pst,arrive],[and],[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,meet,Bill]}
Spellout: {[Bill,arrived],[and],[the,mechanic,who,fixed,the,car,met,Bill]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,Bill],[and],[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,meet,Bill]}
Spellout: {[there,arrived,Bill],[and],[the,mechanic,who,fixed,the,car,met,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}}}}
EXT: {[the,car,3sg,pst,arrive],[and],[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,meet,Bill]}
Spellout: {[the,car,arrived],[and],[the,mechanic,who,fixed,the,car,met,Bill]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,the,car],[and],[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,meet,Bill]}
Spellout: {[there,arrived,the,car],[and],[the,mechanic,who,fixed,the,car,met,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}
EXT: Bill who 3sg pst arrive {[3sg,pst,fix,the,car],[and],[3sg,pst,meet,the,mechanic]}
Spellout: Bill who arrived {[fixed,the,car],[and],[met,the,mechanic]}
Blocked: inconsistent with input!
EXT: Bill who there 3sg pst arrive {[3sg,pst,fix,the,car],[and],[3sg,pst,meet,the,mechanic]}
Spellout: Bill who there arrived {[fixed,the,car],[and],[met,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[Bill,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic]}
Spellout: {[Bill,who,arrived,fixed,the,car],[and],[Bill,who,arrived,met,the,mechanic]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic]}
Spellout: {[Bill,who,arrived,fixed,the,car],[and],[Bill,who,there,arrived,met,the,mechanic]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[Bill,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic]}
Spellout: {[Bill,who,there,arrived,fixed,the,car],[and],[Bill,who,arrived,met,the,mechanic]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic]}
Spellout: {[Bill,who,there,arrived,fixed,the,car],[and],[Bill,who,there,arrived,met,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}
EXT: {[Bill,3sg,pst,fix,the,car],[and],[Bill,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic]}
Spellout: {[Bill,fixed,the,car],[and],[Bill,who,arrived,met,the,mechanic]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,fix,the,car],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic]}
Spellout: {[Bill,fixed,the,car],[and],[Bill,who,there,arrived,met,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}
EXT: {[the,mechanic,3sg,pst,fix,the,car],[and],[Bill,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic]}
Spellout: {[the,mechanic,fixed,the,car],[and],[Bill,who,arrived,met,the,mechanic]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,fix,the,car],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic]}
Spellout: {[the,mechanic,fixed,the,car],[and],[Bill,who,there,arrived,met,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: Bill who 3sg pst arrive {[3sg,pst,meet,the,mechanic],[and],[3sg,pst,fix,the,car]}
Spellout: Bill who arrived {[met,the,mechanic],[and],[fixed,the,car]}
Blocked: inconsistent with input!
EXT: Bill who there 3sg pst arrive {[3sg,pst,meet,the,mechanic],[and],[3sg,pst,fix,the,car]}
Spellout: Bill who there arrived {[met,the,mechanic],[and],[fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic],[and],[Bill,who,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[Bill,who,arrived,met,the,mechanic],[and],[Bill,who,arrived,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[Bill,who,arrived,met,the,mechanic],[and],[Bill,who,there,arrived,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic],[and],[Bill,who,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[Bill,who,there,arrived,met,the,mechanic],[and],[Bill,who,arrived,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[Bill,who,there,arrived,met,the,mechanic],[and],[Bill,who,there,arrived,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[Bill,3sg,pst,meet,the,mechanic],[and],[Bill,who,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[Bill,met,the,mechanic],[and],[Bill,who,arrived,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,the,mechanic],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[Bill,met,the,mechanic],[and],[Bill,who,there,arrived,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic],[and],[Bill,who,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,met,the,mechanic],[and],[Bill,who,arrived,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,met,the,mechanic],[and],[Bill,who,there,arrived,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{{Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}, {v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}}}}}}
EXT: Bill who 3sg pst meet the mechanic {[3sg,pst,fix,the,car],[and],[3sg,pst,arrive]}
Spellout: Bill who met the mechanic {[fixed,the,car],[and],[arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}}}}}}
EXT: {[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,fix,the,car],[and],[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,arrive]}
Spellout: {[Bill,who,met,the,mechanic,fixed,the,car],[and],[Bill,who,met,the,mechanic,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,fix,the,car],[and],[there,3sg,pst,arrive,Bill,who,3sg,pst,meet,the,mechanic]}
Spellout: {[Bill,who,met,the,mechanic,fixed,the,car],[and],[there,arrived,Bill,who,met,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}}}}}}
EXT: {[Bill,3sg,pst,fix,the,car],[and],[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,arrive]}
Spellout: {[Bill,fixed,the,car],[and],[Bill,who,met,the,mechanic,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,fix,the,car],[and],[there,3sg,pst,arrive,Bill,who,3sg,pst,meet,the,mechanic]}
Spellout: {[Bill,fixed,the,car],[and],[there,arrived,Bill,who,met,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}}}}}}
EXT: {[the,mechanic,3sg,pst,fix,the,car],[and],[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,the,car],[and],[Bill,who,met,the,mechanic,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,fix,the,car],[and],[there,3sg,pst,arrive,Bill,who,3sg,pst,meet,the,mechanic]}
Spellout: {[the,mechanic,fixed,the,car],[and],[there,arrived,Bill,who,met,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}}}, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: Bill who 3sg pst meet the mechanic {[3sg,pst,arrive],[and],[3sg,pst,fix,the,car]}
Spellout: Bill who met the mechanic {[arrived],[and],[fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,arrive],[and],[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[Bill,who,met,the,mechanic,arrived],[and],[Bill,who,met,the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,Bill,who,3sg,pst,meet,the,mechanic],[and],[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[there,arrived,Bill,who,met,the,mechanic],[and],[Bill,who,met,the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[Bill,3sg,pst,arrive],[and],[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[Bill,arrived],[and],[Bill,who,met,the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,Bill],[and],[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[there,arrived,Bill],[and],[Bill,who,met,the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[the,mechanic,3sg,pst,arrive],[and],[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,arrived],[and],[Bill,who,met,the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,the,mechanic],[and],[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[there,arrived,the,mechanic],[and],[Bill,who,met,the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[the,car,3sg,pst,arrive],[and],[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[the,car,arrived],[and],[Bill,who,met,the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,the,car],[and],[Bill,who,3sg,pst,meet,the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[there,arrived,the,car],[and],[Bill,who,met,the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{{Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}, {v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}}
EXT: Bill who 3sg pst fix the car {[3sg,pst,meet,the,mechanic],[and],[3sg,pst,arrive]}
Spellout: Bill who fixed the car {[met,the,mechanic],[and],[arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}}
EXT: {[Bill,who,3sg,pst,fix,the,car,3sg,pst,meet,the,mechanic],[and],[Bill,who,3sg,pst,fix,the,car,3sg,pst,arrive]}
Spellout: {[Bill,who,fixed,the,car,met,the,mechanic],[and],[Bill,who,fixed,the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,fix,the,car,3sg,pst,meet,the,mechanic],[and],[there,3sg,pst,arrive,Bill,who,3sg,pst,fix,the,car]}
Spellout: {[Bill,who,fixed,the,car,met,the,mechanic],[and],[there,arrived,Bill,who,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}}
EXT: {[Bill,3sg,pst,meet,the,mechanic],[and],[Bill,who,3sg,pst,fix,the,car,3sg,pst,arrive]}
Spellout: {[Bill,met,the,mechanic],[and],[Bill,who,fixed,the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,the,mechanic],[and],[there,3sg,pst,arrive,Bill,who,3sg,pst,fix,the,car]}
Spellout: {[Bill,met,the,mechanic],[and],[there,arrived,Bill,who,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}}
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic],[and],[Bill,who,3sg,pst,fix,the,car,3sg,pst,arrive]}
Spellout: {[the,mechanic,met,the,mechanic],[and],[Bill,who,fixed,the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic],[and],[there,3sg,pst,arrive,Bill,who,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,met,the,mechanic],[and],[there,arrived,Bill,who,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}
EXT: Bill who 3sg pst fix the car {[3sg,pst,arrive],[and],[3sg,pst,meet,the,mechanic]}
Spellout: Bill who fixed the car {[arrived],[and],[met,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}
EXT: {[Bill,who,3sg,pst,fix,the,car,3sg,pst,arrive],[and],[Bill,who,3sg,pst,fix,the,car,3sg,pst,meet,the,mechanic]}
Spellout: {[Bill,who,fixed,the,car,arrived],[and],[Bill,who,fixed,the,car,met,the,mechanic]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,Bill,who,3sg,pst,fix,the,car],[and],[Bill,who,3sg,pst,fix,the,car,3sg,pst,meet,the,mechanic]}
Spellout: {[there,arrived,Bill,who,fixed,the,car],[and],[Bill,who,fixed,the,car,met,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}
EXT: {[Bill,3sg,pst,arrive],[and],[Bill,who,3sg,pst,fix,the,car,3sg,pst,meet,the,mechanic]}
Spellout: {[Bill,arrived],[and],[Bill,who,fixed,the,car,met,the,mechanic]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,Bill],[and],[Bill,who,3sg,pst,fix,the,car,3sg,pst,meet,the,mechanic]}
Spellout: {[there,arrived,Bill],[and],[Bill,who,fixed,the,car,met,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}
EXT: {[the,mechanic,3sg,pst,arrive],[and],[Bill,who,3sg,pst,fix,the,car,3sg,pst,meet,the,mechanic]}
Spellout: {[the,mechanic,arrived],[and],[Bill,who,fixed,the,car,met,the,mechanic]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,the,mechanic],[and],[Bill,who,3sg,pst,fix,the,car,3sg,pst,meet,the,mechanic]}
Spellout: {[there,arrived,the,mechanic],[and],[Bill,who,fixed,the,car,met,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}}}
EXT: {[the,car,3sg,pst,arrive],[and],[Bill,who,3sg,pst,fix,the,car,3sg,pst,meet,the,mechanic]}
Spellout: {[the,car,arrived],[and],[Bill,who,fixed,the,car,met,the,mechanic]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,the,car],[and],[Bill,who,3sg,pst,fix,the,car,3sg,pst,meet,the,mechanic]}
Spellout: {[there,arrived,the,car],[and],[Bill,who,fixed,the,car,met,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{mechanic_the, {v_fix:θ:pst, {fix_θ, car_the}}}, {mechanic_the, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}}}
EXT: the mechanic {[3sg,pst,fix,the,car],[and],[3sg,pst,meet,Bill,who,3sg,pst,arrive]}
Spellout: the mechanic {[fixed,the,car],[and],[met,Bill,who,arrived]}
Blocked: inconsistent with input!
EXT: the mechanic {[3sg,pst,fix,the,car],[and],[3sg,pst,meet,Bill,who,there,3sg,pst,arrive]}
Spellout: the mechanic {[fixed,the,car],[and],[met,Bill,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}}}
EXT: {[the,mechanic,3sg,pst,fix,the,car],[and],[the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,the,car],[and],[the,mechanic,met,Bill,who,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,fix,the,car],[and],[the,mechanic,3sg,pst,meet,Bill,who,there,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,the,car],[and],[the,mechanic,met,Bill,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}}}
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,arrive]}
Spellout: {[Bill,who,arrived,fixed,the,car],[and],[the,mechanic,met,Bill,who,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[the,mechanic,3sg,pst,meet,Bill,who,there,3sg,pst,arrive]}
Spellout: {[Bill,who,arrived,fixed,the,car],[and],[the,mechanic,met,Bill,who,there,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,arrive]}
Spellout: {[Bill,who,there,arrived,fixed,the,car],[and],[the,mechanic,met,Bill,who,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[the,mechanic,3sg,pst,meet,Bill,who,there,3sg,pst,arrive]}
Spellout: {[Bill,who,there,arrived,fixed,the,car],[and],[the,mechanic,met,Bill,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}}}
EXT: {[Bill,3sg,pst,fix,the,car],[and],[the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,arrive]}
Spellout: {[Bill,fixed,the,car],[and],[the,mechanic,met,Bill,who,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,fix,the,car],[and],[the,mechanic,3sg,pst,meet,Bill,who,there,3sg,pst,arrive]}
Spellout: {[Bill,fixed,the,car],[and],[the,mechanic,met,Bill,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{mechanic_the, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}, {mechanic_the, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: the mechanic {[3sg,pst,meet,Bill,who,3sg,pst,arrive],[and],[3sg,pst,fix,the,car]}
Spellout: the mechanic {[met,Bill,who,arrived],[and],[fixed,the,car]}
Blocked: inconsistent with input!
EXT: the mechanic {[3sg,pst,meet,Bill,who,there,3sg,pst,arrive],[and],[3sg,pst,fix,the,car]}
Spellout: the mechanic {[met,Bill,who,there,arrived],[and],[fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}, {INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,met,Bill,who,arrived],[and],[the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,Bill,who,there,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,met,Bill,who,there,arrived],[and],[the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}, {INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,meet,Bill,who,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[Bill,who,arrived,met,Bill,who,arrived],[and],[the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,meet,Bill,who,there,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[Bill,who,arrived,met,Bill,who,there,arrived],[and],[the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,Bill,who,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[Bill,who,there,arrived,met,Bill,who,arrived],[and],[the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,Bill,who,there,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[Bill,who,there,arrived,met,Bill,who,there,arrived],[and],[the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}, {INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[Bill,3sg,pst,meet,Bill,who,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[Bill,met,Bill,who,arrived],[and],[the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,Bill,who,there,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[Bill,met,Bill,who,there,arrived],[and],[the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: Bill who 3sg pst arrive {[3sg,pst,meet,the,mechanic],[and],[3sg,pst,fix,the,car]}
Spellout: Bill who arrived {[met,the,mechanic],[and],[fixed,the,car]}
Blocked: inconsistent with input!
EXT: Bill who there 3sg pst arrive {[3sg,pst,meet,the,mechanic],[and],[3sg,pst,fix,the,car]}
Spellout: Bill who there arrived {[met,the,mechanic],[and],[fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic],[and],[Bill,who,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,met,the,mechanic],[and],[Bill,who,arrived,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,met,the,mechanic],[and],[Bill,who,there,arrived,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic],[and],[Bill,who,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[Bill,who,arrived,met,the,mechanic],[and],[Bill,who,arrived,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[Bill,who,arrived,met,the,mechanic],[and],[Bill,who,there,arrived,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic],[and],[Bill,who,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[Bill,who,there,arrived,met,the,mechanic],[and],[Bill,who,arrived,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[Bill,who,there,arrived,met,the,mechanic],[and],[Bill,who,there,arrived,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[Bill,3sg,pst,meet,the,mechanic],[and],[Bill,who,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[Bill,met,the,mechanic],[and],[Bill,who,arrived,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,the,mechanic],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[Bill,met,the,mechanic],[and],[Bill,who,there,arrived,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}
EXT: {[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,the,car],[and],[Bill,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,fixed,the,car,met,the,mechanic,who,fixed,the,car],[and],[Bill,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,the,car],[and],[there,3sg,pst,arrive,Bill]}
Spellout: {[the,mechanic,who,fixed,the,car,met,the,mechanic,who,fixed,the,car],[and],[there,arrived,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,the,car],[and],[Bill,3sg,pst,arrive]}
Spellout: {[the,mechanic,met,the,mechanic,who,fixed,the,car],[and],[Bill,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,the,car],[and],[there,3sg,pst,arrive,Bill]}
Spellout: {[the,mechanic,met,the,mechanic,who,fixed,the,car],[and],[there,arrived,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}
EXT: {[Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,the,car],[and],[Bill,3sg,pst,arrive]}
Spellout: {[Bill,met,the,mechanic,who,fixed,the,car],[and],[Bill,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,the,car],[and],[there,3sg,pst,arrive,Bill]}
Spellout: {[Bill,met,the,mechanic,who,fixed,the,car],[and],[there,arrived,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{Bill, {v_fix:θ:pst, {fix_θ, car_the}}}, {Bill, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}}}
EXT: Bill {[3sg,pst,fix,the,car],[and],[3sg,pst,meet,the,mechanic,who,3sg,pst,arrive]}
Spellout: Bill {[fixed,the,car],[and],[met,the,mechanic,who,arrived]}
Blocked: inconsistent with input!
EXT: Bill {[3sg,pst,fix,the,car],[and],[3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive]}
Spellout: Bill {[fixed,the,car],[and],[met,the,mechanic,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}}}
EXT: {[Bill,3sg,pst,fix,the,car],[and],[Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive]}
Spellout: {[Bill,fixed,the,car],[and],[Bill,met,the,mechanic,who,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,fix,the,car],[and],[Bill,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive]}
Spellout: {[Bill,fixed,the,car],[and],[Bill,met,the,mechanic,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}}}
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,arrived,fixed,the,car],[and],[Bill,met,the,mechanic,who,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[Bill,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,arrived,fixed,the,car],[and],[Bill,met,the,mechanic,who,there,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,there,arrived,fixed,the,car],[and],[Bill,met,the,mechanic,who,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,the,car],[and],[Bill,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,there,arrived,fixed,the,car],[and],[Bill,met,the,mechanic,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, car_the}}}}, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}}}
EXT: {[the,mechanic,3sg,pst,fix,the,car],[and],[Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,the,car],[and],[Bill,met,the,mechanic,who,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,fix,the,car],[and],[Bill,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,the,car],[and],[Bill,met,the,mechanic,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{Bill, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: Bill {[3sg,pst,meet,the,mechanic,who,3sg,pst,arrive],[and],[3sg,pst,fix,the,car]}
Spellout: Bill {[met,the,mechanic,who,arrived],[and],[fixed,the,car]}
Blocked: inconsistent with input!
EXT: Bill {[3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive],[and],[3sg,pst,fix,the,car]}
Spellout: Bill {[met,the,mechanic,who,there,arrived],[and],[fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,the,car]}
Spellout: {[Bill,met,the,mechanic,who,arrived],[and],[Bill,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,the,car]}
Spellout: {[Bill,met,the,mechanic,who,there,arrived],[and],[Bill,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,who,arrived,met,the,mechanic,who,arrived],[and],[Bill,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,who,arrived,met,the,mechanic,who,there,arrived],[and],[Bill,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,who,there,arrived,met,the,mechanic,who,arrived],[and],[Bill,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,who,there,arrived,met,the,mechanic,who,there,arrived],[and],[Bill,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,met,the,mechanic,who,arrived],[and],[Bill,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,met,the,mechanic,who,there,arrived],[and],[Bill,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: the mechanic who 3sg pst arrive {[3sg,pst,meet,Bill],[and],[3sg,pst,fix,the,car]}
Spellout: the mechanic who arrived {[met,Bill],[and],[fixed,the,car]}
Blocked: inconsistent with input!
EXT: the mechanic who there 3sg pst arrive {[3sg,pst,meet,Bill],[and],[3sg,pst,fix,the,car]}
Spellout: the mechanic who there arrived {[met,Bill],[and],[fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, Bill}}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[Bill,3sg,pst,meet,Bill],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[Bill,met,Bill],[and],[the,mechanic,who,arrived,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,Bill],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[Bill,met,Bill],[and],[the,mechanic,who,there,arrived,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,Bill],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,who,arrived,met,Bill],[and],[the,mechanic,who,arrived,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,Bill],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,who,arrived,met,Bill],[and],[the,mechanic,who,there,arrived,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,Bill],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,who,there,arrived,met,Bill],[and],[the,mechanic,who,arrived,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,Bill],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,who,there,arrived,met,Bill],[and],[the,mechanic,who,there,arrived,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, Bill}}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[the,mechanic,3sg,pst,meet,Bill],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,met,Bill],[and],[the,mechanic,who,arrived,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,Bill],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,met,Bill],[and],[the,mechanic,who,there,arrived,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the}}}}}
EXT: {[Bill,who,3sg,pst,fix,the,car,3sg,pst,meet,Bill,who,3sg,pst,fix,the,car],[and],[the,mechanic,3sg,pst,arrive]}
Spellout: {[Bill,who,fixed,the,car,met,Bill,who,fixed,the,car],[and],[the,mechanic,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,fix,the,car,3sg,pst,meet,Bill,who,3sg,pst,fix,the,car],[and],[there,3sg,pst,arrive,the,mechanic]}
Spellout: {[Bill,who,fixed,the,car,met,Bill,who,fixed,the,car],[and],[there,arrived,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the}}}}}
EXT: {[Bill,3sg,pst,meet,Bill,who,3sg,pst,fix,the,car],[and],[the,mechanic,3sg,pst,arrive]}
Spellout: {[Bill,met,Bill,who,fixed,the,car],[and],[the,mechanic,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,Bill,who,3sg,pst,fix,the,car],[and],[there,3sg,pst,arrive,the,mechanic]}
Spellout: {[Bill,met,Bill,who,fixed,the,car],[and],[there,arrived,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the}}}}}
EXT: {[the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,fix,the,car],[and],[the,mechanic,3sg,pst,arrive]}
Spellout: {[the,mechanic,met,Bill,who,fixed,the,car],[and],[the,mechanic,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,fix,the,car],[and],[there,3sg,pst,arrive,the,mechanic]}
Spellout: {[the,mechanic,met,Bill,who,fixed,the,car],[and],[there,arrived,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{Bill, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: Bill {[3sg,pst,meet,the,mechanic,who,3sg,pst,arrive],[and],[3sg,pst,fix,the,car]}
Spellout: Bill {[met,the,mechanic,who,arrived],[and],[fixed,the,car]}
Blocked: inconsistent with input!
EXT: Bill {[3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive],[and],[3sg,pst,fix,the,car]}
Spellout: Bill {[met,the,mechanic,who,there,arrived],[and],[fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{mechanic_the, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}, {v_arrive:pst, {arrive_θ, mechanic_the}}}}}
EXT: the mechanic {[3sg,pst,meet,Bill,who,3sg,pst,fix,the,car],[and],[3sg,pst,arrive]}
Spellout: the mechanic {[met,Bill,who,fixed,the,car],[and],[arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the}}}}}
EXT: {[the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,fix,the,car],[and],[the,mechanic,3sg,pst,arrive]}
Spellout: {[the,mechanic,met,Bill,who,fixed,the,car],[and],[the,mechanic,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,fix,the,car],[and],[there,3sg,pst,arrive,the,mechanic]}
Spellout: {[the,mechanic,met,Bill,who,fixed,the,car],[and],[there,arrived,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the}}}}}
EXT: {[Bill,who,3sg,pst,fix,the,car,3sg,pst,meet,Bill,who,3sg,pst,fix,the,car],[and],[the,mechanic,3sg,pst,arrive]}
Spellout: {[Bill,who,fixed,the,car,met,Bill,who,fixed,the,car],[and],[the,mechanic,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,fix,the,car,3sg,pst,meet,Bill,who,3sg,pst,fix,the,car],[and],[there,3sg,pst,arrive,the,mechanic]}
Spellout: {[Bill,who,fixed,the,car,met,Bill,who,fixed,the,car],[and],[there,arrived,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the}}}}}
EXT: {[Bill,3sg,pst,meet,Bill,who,3sg,pst,fix,the,car],[and],[the,mechanic,3sg,pst,arrive]}
Spellout: {[Bill,met,Bill,who,fixed,the,car],[and],[the,mechanic,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,Bill,who,3sg,pst,fix,the,car],[and],[there,3sg,pst,arrive,the,mechanic]}
Spellout: {[Bill,met,Bill,who,fixed,the,car],[and],[there,arrived,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{v_arrive:pst, {arrive_θ, mechanic_the}}, {mechanic_the, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}}}
EXT: the mechanic {[3sg,pst,arrive],[and],[3sg,pst,meet,Bill,who,3sg,pst,fix,the,car]}
Spellout: the mechanic {[arrived],[and],[met,Bill,who,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the}}}, {INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}}}
EXT: {[the,mechanic,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,arrived],[and],[the,mechanic,met,Bill,who,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,the,mechanic],[and],[the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,fix,the,car]}
Spellout: {[there,arrived,the,mechanic],[and],[the,mechanic,met,Bill,who,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}, {INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}}}
EXT: {[Bill,who,3sg,pst,fix,the,car,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,fix,the,car]}
Spellout: {[Bill,who,fixed,the,car,arrived],[and],[the,mechanic,met,Bill,who,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,Bill,who,3sg,pst,fix,the,car],[and],[the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,fix,the,car]}
Spellout: {[there,arrived,Bill,who,fixed,the,car],[and],[the,mechanic,met,Bill,who,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}, {INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}}}
EXT: {[Bill,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,fix,the,car]}
Spellout: {[Bill,arrived],[and],[the,mechanic,met,Bill,who,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,Bill],[and],[the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,fix,the,car]}
Spellout: {[there,arrived,Bill],[and],[the,mechanic,met,Bill,who,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}, {INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}}}
EXT: {[the,car,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,fix,the,car]}
Spellout: {[the,car,arrived],[and],[the,mechanic,met,Bill,who,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,the,car],[and],[the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,fix,the,car]}
Spellout: {[there,arrived,the,car],[and],[the,mechanic,met,Bill,who,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{{Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}, {v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}}
EXT: Bill who 3sg pst fix the car {[3sg,pst,meet,the,mechanic],[and],[3sg,pst,arrive]}
Spellout: Bill who fixed the car {[met,the,mechanic],[and],[arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}}
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic],[and],[Bill,who,3sg,pst,fix,the,car,3sg,pst,arrive]}
Spellout: {[the,mechanic,met,the,mechanic],[and],[Bill,who,fixed,the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic],[and],[there,3sg,pst,arrive,Bill,who,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,met,the,mechanic],[and],[there,arrived,Bill,who,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}}
EXT: {[Bill,who,3sg,pst,fix,the,car,3sg,pst,meet,the,mechanic],[and],[Bill,who,3sg,pst,fix,the,car,3sg,pst,arrive]}
Spellout: {[Bill,who,fixed,the,car,met,the,mechanic],[and],[Bill,who,fixed,the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,fix,the,car,3sg,pst,meet,the,mechanic],[and],[there,3sg,pst,arrive,Bill,who,3sg,pst,fix,the,car]}
Spellout: {[Bill,who,fixed,the,car,met,the,mechanic],[and],[there,arrived,Bill,who,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}}
EXT: {[Bill,3sg,pst,meet,the,mechanic],[and],[Bill,who,3sg,pst,fix,the,car,3sg,pst,arrive]}
Spellout: {[Bill,met,the,mechanic],[and],[Bill,who,fixed,the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,the,mechanic],[and],[there,3sg,pst,arrive,Bill,who,3sg,pst,fix,the,car]}
Spellout: {[Bill,met,the,mechanic],[and],[there,arrived,Bill,who,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,who,arrived,met,the,mechanic,who,arrived],[and],[Bill,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,who,arrived,met,the,mechanic,who,there,arrived],[and],[Bill,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,who,there,arrived,met,the,mechanic,who,arrived],[and],[Bill,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,who,there,arrived,met,the,mechanic,who,there,arrived],[and],[Bill,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,met,the,mechanic,who,arrived],[and],[Bill,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,met,the,mechanic,who,there,arrived],[and],[Bill,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,the,car]}
Spellout: {[Bill,met,the,mechanic,who,arrived],[and],[Bill,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,the,car]}
Spellout: {[Bill,met,the,mechanic,who,there,arrived],[and],[Bill,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{mechanic_the, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}, {mechanic_the, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: the mechanic {[3sg,pst,meet,Bill,who,3sg,pst,arrive],[and],[3sg,pst,fix,the,car]}
Spellout: the mechanic {[met,Bill,who,arrived],[and],[fixed,the,car]}
Blocked: inconsistent with input!
EXT: the mechanic {[3sg,pst,meet,Bill,who,there,3sg,pst,arrive],[and],[3sg,pst,fix,the,car]}
Spellout: the mechanic {[met,Bill,who,there,arrived],[and],[fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{Bill, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}, {v_arrive:pst, {arrive_θ, Bill}}}}}
EXT: Bill {[3sg,pst,meet,the,mechanic,who,3sg,pst,fix,the,car],[and],[3sg,pst,arrive]}
Spellout: Bill {[met,the,mechanic,who,fixed,the,car],[and],[arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}
EXT: {[Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,the,car],[and],[Bill,3sg,pst,arrive]}
Spellout: {[Bill,met,the,mechanic,who,fixed,the,car],[and],[Bill,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,the,car],[and],[there,3sg,pst,arrive,Bill]}
Spellout: {[Bill,met,the,mechanic,who,fixed,the,car],[and],[there,arrived,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}
EXT: {[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,the,car],[and],[Bill,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,fixed,the,car,met,the,mechanic,who,fixed,the,car],[and],[Bill,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,the,car],[and],[there,3sg,pst,arrive,Bill]}
Spellout: {[the,mechanic,who,fixed,the,car,met,the,mechanic,who,fixed,the,car],[and],[there,arrived,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,the,car],[and],[Bill,3sg,pst,arrive]}
Spellout: {[the,mechanic,met,the,mechanic,who,fixed,the,car],[and],[Bill,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,the,car],[and],[there,3sg,pst,arrive,Bill]}
Spellout: {[the,mechanic,met,the,mechanic,who,fixed,the,car],[and],[there,arrived,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{v_arrive:pst, {arrive_θ, Bill}}, {Bill, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}}}
EXT: Bill {[3sg,pst,arrive],[and],[3sg,pst,meet,the,mechanic,who,3sg,pst,fix,the,car]}
Spellout: Bill {[arrived],[and],[met,the,mechanic,who,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}}}
EXT: {[Bill,3sg,pst,arrive],[and],[Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,the,car]}
Spellout: {[Bill,arrived],[and],[Bill,met,the,mechanic,who,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,Bill],[and],[Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,the,car]}
Spellout: {[there,arrived,Bill],[and],[Bill,met,the,mechanic,who,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}}}
EXT: {[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,arrive],[and],[Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,who,fixed,the,car,arrived],[and],[Bill,met,the,mechanic,who,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,the,mechanic,who,3sg,pst,fix,the,car],[and],[Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,the,car]}
Spellout: {[there,arrived,the,mechanic,who,fixed,the,car],[and],[Bill,met,the,mechanic,who,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the}}}, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}}}
EXT: {[the,mechanic,3sg,pst,arrive],[and],[Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,arrived],[and],[Bill,met,the,mechanic,who,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,the,mechanic],[and],[Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,the,car]}
Spellout: {[there,arrived,the,mechanic],[and],[Bill,met,the,mechanic,who,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}}}
EXT: {[the,car,3sg,pst,arrive],[and],[Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,the,car]}
Spellout: {[the,car,arrived],[and],[Bill,met,the,mechanic,who,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,the,car],[and],[Bill,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,the,car]}
Spellout: {[there,arrived,the,car],[and],[Bill,met,the,mechanic,who,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}, {v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}}
EXT: the mechanic who 3sg pst fix the car {[3sg,pst,meet,Bill],[and],[3sg,pst,arrive]}
Spellout: the mechanic who fixed the car {[met,Bill],[and],[arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, Bill}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}}
EXT: {[Bill,3sg,pst,meet,Bill],[and],[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,arrive]}
Spellout: {[Bill,met,Bill],[and],[the,mechanic,who,fixed,the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,Bill],[and],[there,3sg,pst,arrive,the,mechanic,who,3sg,pst,fix,the,car]}
Spellout: {[Bill,met,Bill],[and],[there,arrived,the,mechanic,who,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}}
EXT: {[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,meet,Bill],[and],[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,fixed,the,car,met,Bill],[and],[the,mechanic,who,fixed,the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,meet,Bill],[and],[there,3sg,pst,arrive,the,mechanic,who,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,who,fixed,the,car,met,Bill],[and],[there,arrived,the,mechanic,who,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, Bill}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, car_the}}}}}}}}}}}
EXT: {[the,mechanic,3sg,pst,meet,Bill],[and],[the,mechanic,who,3sg,pst,fix,the,car,3sg,pst,arrive]}
Spellout: {[the,mechanic,met,Bill],[and],[the,mechanic,who,fixed,the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,Bill],[and],[there,3sg,pst,arrive,the,mechanic,who,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,met,Bill],[and],[there,arrived,the,mechanic,who,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}, {INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,meet,Bill,who,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[Bill,who,arrived,met,Bill,who,arrived],[and],[the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,meet,Bill,who,there,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[Bill,who,arrived,met,Bill,who,there,arrived],[and],[the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,Bill,who,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[Bill,who,there,arrived,met,Bill,who,arrived],[and],[the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,Bill,who,there,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[Bill,who,there,arrived,met,Bill,who,there,arrived],[and],[the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}, {INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[Bill,3sg,pst,meet,Bill,who,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[Bill,met,Bill,who,arrived],[and],[the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,Bill,who,there,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[Bill,met,Bill,who,there,arrived],[and],[the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}, {INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, car_the}}}}}}
EXT: {[the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,met,Bill,who,arrived],[and],[the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,Bill,who,there,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,the,car]}
Spellout: {[the,mechanic,met,Bill,who,there,arrived],[and],[the,mechanic,fixed,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, mechanic_the}}}}}}, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, mechanic_the}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}}}
EXT: {[Bill,who,3sg,pst,fix,the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,fix,the,mechanic],[and],[the,car,3sg,pst,arrive]}
Spellout: {[Bill,who,fixed,the,mechanic,met,Bill,who,fixed,the,mechanic],[and],[the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,fix,the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,fix,the,mechanic],[and],[there,3sg,pst,arrive,the,car]}
Spellout: {[Bill,who,fixed,the,mechanic,met,Bill,who,fixed,the,mechanic],[and],[there,arrived,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, mechanic_the}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}}}
EXT: {[Bill,3sg,pst,meet,Bill,who,3sg,pst,fix,the,mechanic],[and],[the,car,3sg,pst,arrive]}
Spellout: {[Bill,met,Bill,who,fixed,the,mechanic],[and],[the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,Bill,who,3sg,pst,fix,the,mechanic],[and],[there,3sg,pst,arrive,the,car]}
Spellout: {[Bill,met,Bill,who,fixed,the,mechanic],[and],[there,arrived,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, mechanic_the}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}}}
EXT: {[the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,fix,the,mechanic],[and],[the,car,3sg,pst,arrive]}
Spellout: {[the,mechanic,met,Bill,who,fixed,the,mechanic],[and],[the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,fix,the,mechanic],[and],[there,3sg,pst,arrive,the,car]}
Spellout: {[the,mechanic,met,Bill,who,fixed,the,mechanic],[and],[there,arrived,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, mechanic_the}}}}}}, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, mechanic_the}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}}}
EXT: {[Bill,who,3sg,pst,fix,the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,fix,the,mechanic],[and],[the,car,3sg,pst,arrive]}
Spellout: {[Bill,who,fixed,the,mechanic,met,Bill,who,fixed,the,mechanic],[and],[the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,fix,the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,fix,the,mechanic],[and],[there,3sg,pst,arrive,the,car]}
Spellout: {[Bill,who,fixed,the,mechanic,met,Bill,who,fixed,the,mechanic],[and],[there,arrived,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, mechanic_the}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}}}
EXT: {[Bill,3sg,pst,meet,Bill,who,3sg,pst,fix,the,mechanic],[and],[the,car,3sg,pst,arrive]}
Spellout: {[Bill,met,Bill,who,fixed,the,mechanic],[and],[the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,Bill,who,3sg,pst,fix,the,mechanic],[and],[there,3sg,pst,arrive,the,car]}
Spellout: {[Bill,met,Bill,who,fixed,the,mechanic],[and],[there,arrived,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, mechanic_the}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, car_the}}}}}
EXT: {[the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,fix,the,mechanic],[and],[the,car,3sg,pst,arrive]}
Spellout: {[the,mechanic,met,Bill,who,fixed,the,mechanic],[and],[the,car,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,Bill,who,3sg,pst,fix,the,mechanic],[and],[there,3sg,pst,arrive,the,car]}
Spellout: {[the,mechanic,met,Bill,who,fixed,the,mechanic],[and],[there,arrived,the,car]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}}}
EXT: {[the,mechanic,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,[Bill,[and],[the,car]]],[and],[the,mechanic,who,arrived,met,the,mechanic,who,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,[Bill,[and],[the,car]]],[and],[the,mechanic,who,arrived,met,the,mechanic,who,there,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,[Bill,[and],[the,car]]],[and],[the,mechanic,who,there,arrived,met,the,mechanic,who,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive]}
Spellout: {[the,mechanic,fixed,[Bill,[and],[the,car]]],[and],[the,mechanic,who,there,arrived,met,the,mechanic,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}, {INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}}}
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,arrived,fixed,[Bill,[and],[the,car]]],[and],[the,mechanic,met,the,mechanic,who,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[the,mechanic,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,arrived,fixed,[Bill,[and],[the,car]]],[and],[the,mechanic,met,the,mechanic,who,there,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,there,arrived,fixed,[Bill,[and],[the,car]]],[and],[the,mechanic,met,the,mechanic,who,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[the,mechanic,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,there,arrived,fixed,[Bill,[and],[the,car]]],[and],[the,mechanic,met,the,mechanic,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}}}
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,met,the,mechanic,who,arrived],[and],[the,mechanic,who,arrived,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,met,the,mechanic,who,arrived],[and],[the,mechanic,who,there,arrived,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,met,the,mechanic,who,there,arrived],[and],[the,mechanic,who,arrived,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,met,the,mechanic,who,there,arrived],[and],[the,mechanic,who,there,arrived,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}, {INFL_v, {mechanic_the, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}}}
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,who,arrived,met,the,mechanic,who,arrived],[and],[the,mechanic,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,who,arrived,met,the,mechanic,who,there,arrived],[and],[the,mechanic,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,who,there,arrived,met,the,mechanic,who,arrived],[and],[the,mechanic,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive],[and],[the,mechanic,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,who,there,arrived,met,the,mechanic,who,there,arrived],[and],[the,mechanic,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}}}
EXT: the mechanic who 3sg pst arrive {[3sg,pst,meet,the,mechanic],[and],[3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: the mechanic who arrived {[met,the,mechanic],[and],[fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: the mechanic who there 3sg pst arrive {[3sg,pst,meet,the,mechanic],[and],[3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: the mechanic who there arrived {[met,the,mechanic],[and],[fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}}}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}}}
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,met,the,mechanic,who,arrived],[and],[the,mechanic,who,arrived,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,arrive],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,met,the,mechanic,who,arrived],[and],[the,mechanic,who,there,arrived,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,met,the,mechanic,who,there,arrived],[and],[the,mechanic,who,arrived,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,there,3sg,pst,arrive],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,met,the,mechanic,who,there,arrived],[and],[the,mechanic,who,there,arrived,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the:}}}}}, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}}}
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,who,arrived,met,the,mechanic],[and],[the,mechanic,who,arrived,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,arrive,3sg,pst,meet,the,mechanic],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,who,arrived,met,the,mechanic],[and],[the,mechanic,who,there,arrived,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic],[and],[the,mechanic,who,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,who,there,arrived,met,the,mechanic],[and],[the,mechanic,who,arrived,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,meet,the,mechanic],[and],[the,mechanic,who,there,3sg,pst,arrive,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,who,there,arrived,met,the,mechanic],[and],[the,mechanic,who,there,arrived,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}}}}}}}}
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[the,mechanic,who,3sg,pst,fix,[Bill,[and],[the,car]],3sg,pst,arrive]}
Spellout: {[the,mechanic,met,the,mechanic,who,fixed,[Bill,[and],[the,car]]],[and],[the,mechanic,who,fixed,[Bill,[and],[the,car]],arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[there,3sg,pst,arrive,the,mechanic,who,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,met,the,mechanic,who,fixed,[Bill,[and],[the,car]]],[and],[there,arrived,the,mechanic,who,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}}}, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the}}}}}
EXT: {[the,mechanic,who,3sg,pst,fix,[Bill,[and],[the,car]],3sg,pst,meet,the,mechanic,who,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[the,mechanic,3sg,pst,arrive]}
Spellout: {[the,mechanic,who,fixed,[Bill,[and],[the,car]],met,the,mechanic,who,fixed,[Bill,[and],[the,car]]],[and],[the,mechanic,arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,fix,[Bill,[and],[the,car]],3sg,pst,meet,the,mechanic,who,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[there,3sg,pst,arrive,the,mechanic]}
Spellout: {[the,mechanic,who,fixed,[Bill,[and],[the,car]],met,the,mechanic,who,fixed,[Bill,[and],[the,car]]],[and],[there,arrived,the,mechanic]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}}}, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {Bill, car_the}}}}}}
EXT: {[the,mechanic,who,3sg,pst,fix,[Bill,[and],[the,car]],3sg,pst,meet,the,mechanic,who,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[[Bill,[and],[the,car]],3sg,pst,arrive]}
Spellout: {[the,mechanic,who,fixed,[Bill,[and],[the,car]],met,the,mechanic,who,fixed,[Bill,[and],[the,car]]],[and],[[Bill,[and],[the,car]],arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,fix,[Bill,[and],[the,car]],3sg,pst,meet,the,mechanic,who,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[there,3sg,pst,arrive,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,who,fixed,[Bill,[and],[the,car]],met,the,mechanic,who,fixed,[Bill,[and],[the,car]]],[and],[there,arrived,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {Bill, car_the}}}}}}
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[[Bill,[and],[the,car]],3sg,pst,arrive]}
Spellout: {[the,mechanic,met,the,mechanic,who,fixed,[Bill,[and],[the,car]]],[and],[[Bill,[and],[the,car]],arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[there,3sg,pst,arrive,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,met,the,mechanic,who,fixed,[Bill,[and],[the,car]]],[and],[there,arrived,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, mechanic_the}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}}}, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}}}}}}}}}
EXT: {[the,mechanic,3sg,pst,arrive],[and],[the,mechanic,who,3sg,pst,fix,[Bill,[and],[the,car]],3sg,pst,meet,the,mechanic,who,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,arrived],[and],[the,mechanic,who,fixed,[Bill,[and],[the,car]],met,the,mechanic,who,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,the,mechanic],[and],[the,mechanic,who,3sg,pst,fix,[Bill,[and],[the,car]],3sg,pst,meet,the,mechanic,who,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[there,arrived,the,mechanic],[and],[the,mechanic,who,fixed,[Bill,[and],[the,car]],met,the,mechanic,who,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, {Bill, car_the}}}}, {INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}}}, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}}}}}}}}}
EXT: {[[Bill,[and],[the,car]],3sg,pst,arrive],[and],[the,mechanic,who,3sg,pst,fix,[Bill,[and],[the,car]],3sg,pst,meet,the,mechanic,who,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[[Bill,[and],[the,car]],arrived],[and],[the,mechanic,who,fixed,[Bill,[and],[the,car]],met,the,mechanic,who,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,[Bill,[and],[the,car]]],[and],[the,mechanic,who,3sg,pst,fix,[Bill,[and],[the,car]],3sg,pst,meet,the,mechanic,who,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[there,arrived,[Bill,[and],[the,car]]],[and],[the,mechanic,who,fixed,[Bill,[and],[the,car]],met,the,mechanic,who,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}}}}}}, {INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}}}}}}}}}
EXT: {[the,mechanic,who,3sg,pst,fix,[Bill,[and],[the,car]],3sg,pst,arrive],[and],[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,who,fixed,[Bill,[and],[the,car]],arrived],[and],[the,mechanic,met,the,mechanic,who,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,the,mechanic,who,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[there,arrived,the,mechanic,who,fixed,[Bill,[and],[the,car]]],[and],[the,mechanic,met,the,mechanic,who,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, {Bill, car_the}}}}, {INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}}}}}}}}}
EXT: {[[Bill,[and],[the,car]],3sg,pst,arrive],[and],[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[[Bill,[and],[the,car]],arrived],[and],[the,mechanic,met,the,mechanic,who,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,[Bill,[and],[the,car]]],[and],[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[there,arrived,[Bill,[and],[the,car]]],[and],[the,mechanic,met,the,mechanic,who,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}, {v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}}}}}}}}
EXT: the mechanic who 3sg pst fix {Bill,[and],[the,car]} {[3sg,pst,meet,the,mechanic],[and],[3sg,pst,arrive]}
Spellout: the mechanic who fixed {Bill,[and],[the,car]} {[met,the,mechanic],[and],[arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {mechanic_the, {v_meet:θ:pst, {meet_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}}}}}}}}
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[the,mechanic,who,3sg,pst,fix,[Bill,[and],[the,car]],3sg,pst,arrive]}
Spellout: {[the,mechanic,met,the,mechanic,who,fixed,[Bill,[and],[the,car]]],[and],[the,mechanic,who,fixed,[Bill,[and],[the,car]],arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,3sg,pst,meet,the,mechanic,who,3sg,pst,fix,[Bill,[and],[the,car]]],[and],[there,3sg,pst,arrive,the,mechanic,who,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,met,the,mechanic,who,fixed,[Bill,[and],[the,car]]],[and],[there,arrived,the,mechanic,who,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}}}, {v_meet:θ:pst, {meet_θ, mechanic_the}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {mechanic_the, {C_rel_who, {INFL_v, {mechanic_the:, {v_fix:θ:pst, {fix_θ, {Bill, car_the}}}}}}}}}}}}
EXT: {[the,mechanic,who,3sg,pst,fix,[Bill,[and],[the,car]],3sg,pst,meet,the,mechanic],[and],[the,mechanic,who,3sg,pst,fix,[Bill,[and],[the,car]],3sg,pst,arrive]}
Spellout: {[the,mechanic,who,fixed,[Bill,[and],[the,car]],met,the,mechanic],[and],[the,mechanic,who,fixed,[Bill,[and],[the,car]],arrived]}
Blocked: inconsistent with input!
EXT: {[the,mechanic,who,3sg,pst,fix,[Bill,[and],[the,car]],3sg,pst,meet,the,mechanic],[and],[there,3sg,pst,arrive,the,mechanic,who,3sg,pst,fix,[Bill,[and],[the,car]]]}
Spellout: {[the,mechanic,who,fixed,[Bill,[and],[the,car]],met,the,mechanic],[and],[there,arrived,the,mechanic,who,fixed,[Bill,[and],[the,car]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}}}
EXT: {[Bill,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,3sg,pst,arrive,3sg,pst,meet,Bill,who,3sg,pst,arrive]}
Spellout: {[Bill,fixed,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,arrived,met,Bill,who,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,3sg,pst,arrive,3sg,pst,meet,Bill,who,there,3sg,pst,arrive]}
Spellout: {[Bill,fixed,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,arrived,met,Bill,who,there,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,Bill,who,3sg,pst,arrive]}
Spellout: {[Bill,fixed,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,there,arrived,met,Bill,who,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,Bill,who,there,3sg,pst,arrive]}
Spellout: {[Bill,fixed,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,there,arrived,met,Bill,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}}}
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[Bill,3sg,pst,meet,Bill,who,3sg,pst,arrive]}
Spellout: {[Bill,who,arrived,fixed,[[the,car],[and],[the,mechanic]]],[and],[Bill,met,Bill,who,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[Bill,3sg,pst,meet,Bill,who,there,3sg,pst,arrive]}
Spellout: {[Bill,who,arrived,fixed,[[the,car],[and],[the,mechanic]]],[and],[Bill,met,Bill,who,there,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[Bill,3sg,pst,meet,Bill,who,3sg,pst,arrive]}
Spellout: {[Bill,who,there,arrived,fixed,[[the,car],[and],[the,mechanic]]],[and],[Bill,met,Bill,who,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[Bill,3sg,pst,meet,Bill,who,there,3sg,pst,arrive]}
Spellout: {[Bill,who,there,arrived,fixed,[[the,car],[and],[the,mechanic]]],[and],[Bill,met,Bill,who,there,arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}}}
EXT: {[Bill,3sg,pst,meet,Bill,who,3sg,pst,arrive],[and],[Bill,who,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,met,Bill,who,arrived],[and],[Bill,who,arrived,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,Bill,who,3sg,pst,arrive],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,met,Bill,who,arrived],[and],[Bill,who,there,arrived,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,Bill,who,there,3sg,pst,arrive],[and],[Bill,who,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,met,Bill,who,there,arrived],[and],[Bill,who,arrived,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,Bill,who,there,3sg,pst,arrive],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,met,Bill,who,there,arrived],[and],[Bill,who,there,arrived,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}}}
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,meet,Bill,who,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,who,arrived,met,Bill,who,arrived],[and],[Bill,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,meet,Bill,who,there,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,who,arrived,met,Bill,who,there,arrived],[and],[Bill,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,Bill,who,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,who,there,arrived,met,Bill,who,arrived],[and],[Bill,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,Bill,who,there,3sg,pst,arrive],[and],[Bill,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,who,there,arrived,met,Bill,who,there,arrived],[and],[Bill,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}}}
EXT: Bill who 3sg pst arrive {[3sg,pst,meet,Bill],[and],[3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: Bill who arrived {[met,Bill],[and],[fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: Bill who there 3sg pst arrive {[3sg,pst,meet,Bill],[and],[3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: Bill who there arrived {[met,Bill],[and],[fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}}}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}}}
EXT: {[Bill,3sg,pst,meet,Bill,who,3sg,pst,arrive],[and],[Bill,who,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,met,Bill,who,arrived],[and],[Bill,who,arrived,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,Bill,who,3sg,pst,arrive],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,met,Bill,who,arrived],[and],[Bill,who,there,arrived,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,Bill,who,there,3sg,pst,arrive],[and],[Bill,who,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,met,Bill,who,there,arrived],[and],[Bill,who,arrived,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,Bill,who,there,3sg,pst,arrive],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,met,Bill,who,there,arrived],[and],[Bill,who,there,arrived,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}}}
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,meet,Bill],[and],[Bill,who,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,who,arrived,met,Bill],[and],[Bill,who,arrived,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,arrive,3sg,pst,meet,Bill],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,who,arrived,met,Bill],[and],[Bill,who,there,arrived,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,Bill],[and],[Bill,who,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,who,there,arrived,met,Bill],[and],[Bill,who,arrived,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[Bill,who,there,3sg,pst,arrive,3sg,pst,meet,Bill],[and],[Bill,who,there,3sg,pst,arrive,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,who,there,arrived,met,Bill],[and],[Bill,who,there,arrived,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}}}}}}}}
EXT: {[Bill,3sg,pst,meet,Bill,who,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,3sg,pst,fix,[[the,car],[and],[the,mechanic]],3sg,pst,arrive]}
Spellout: {[Bill,met,Bill,who,fixed,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,fixed,[[the,car],[and],[the,mechanic]],arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,Bill,who,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[there,3sg,pst,arrive,Bill,who,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,met,Bill,who,fixed,[[the,car],[and],[the,mechanic]]],[and],[there,arrived,Bill,who,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}}}, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}}}
EXT: {[Bill,who,3sg,pst,fix,[[the,car],[and],[the,mechanic]],3sg,pst,meet,Bill,who,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[Bill,3sg,pst,arrive]}
Spellout: {[Bill,who,fixed,[[the,car],[and],[the,mechanic]],met,Bill,who,fixed,[[the,car],[and],[the,mechanic]]],[and],[Bill,arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,fix,[[the,car],[and],[the,mechanic]],3sg,pst,meet,Bill,who,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[there,3sg,pst,arrive,Bill]}
Spellout: {[Bill,who,fixed,[[the,car],[and],[the,mechanic]],met,Bill,who,fixed,[[the,car],[and],[the,mechanic]]],[and],[there,arrived,Bill]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}}}, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {car_the, mechanic_the}}}}}}
EXT: {[Bill,who,3sg,pst,fix,[[the,car],[and],[the,mechanic]],3sg,pst,meet,Bill,who,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[[[the,car],[and],[the,mechanic]],3sg,pst,arrive]}
Spellout: {[Bill,who,fixed,[[the,car],[and],[the,mechanic]],met,Bill,who,fixed,[[the,car],[and],[the,mechanic]]],[and],[[[the,car],[and],[the,mechanic]],arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,fix,[[the,car],[and],[the,mechanic]],3sg,pst,meet,Bill,who,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[there,3sg,pst,arrive,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,who,fixed,[[the,car],[and],[the,mechanic]],met,Bill,who,fixed,[[the,car],[and],[the,mechanic]]],[and],[there,arrived,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {car_the, mechanic_the}}}}}}
EXT: {[Bill,3sg,pst,meet,Bill,who,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[[[the,car],[and],[the,mechanic]],3sg,pst,arrive]}
Spellout: {[Bill,met,Bill,who,fixed,[[the,car],[and],[the,mechanic]]],[and],[[[the,car],[and],[the,mechanic]],arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,Bill,who,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[there,3sg,pst,arrive,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,met,Bill,who,fixed,[[the,car],[and],[the,mechanic]]],[and],[there,arrived,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, Bill}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}}}, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}}}}}}}}}
EXT: {[Bill,3sg,pst,arrive],[and],[Bill,who,3sg,pst,fix,[[the,car],[and],[the,mechanic]],3sg,pst,meet,Bill,who,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,arrived],[and],[Bill,who,fixed,[[the,car],[and],[the,mechanic]],met,Bill,who,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,Bill],[and],[Bill,who,3sg,pst,fix,[[the,car],[and],[the,mechanic]],3sg,pst,meet,Bill,who,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[there,arrived,Bill],[and],[Bill,who,fixed,[[the,car],[and],[the,mechanic]],met,Bill,who,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, {car_the, mechanic_the}}}}, {INFL_v, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}}}, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}}}}}}}}}
EXT: {[[[the,car],[and],[the,mechanic]],3sg,pst,arrive],[and],[Bill,who,3sg,pst,fix,[[the,car],[and],[the,mechanic]],3sg,pst,meet,Bill,who,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[[[the,car],[and],[the,mechanic]],arrived],[and],[Bill,who,fixed,[[the,car],[and],[the,mechanic]],met,Bill,who,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,3sg,pst,fix,[[the,car],[and],[the,mechanic]],3sg,pst,meet,Bill,who,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[there,arrived,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,fixed,[[the,car],[and],[the,mechanic]],met,Bill,who,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}}}}}}, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}}}}}}}}}
EXT: {[Bill,who,3sg,pst,fix,[[the,car],[and],[the,mechanic]],3sg,pst,arrive],[and],[Bill,3sg,pst,meet,Bill,who,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,who,fixed,[[the,car],[and],[the,mechanic]],arrived],[and],[Bill,met,Bill,who,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,Bill,who,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[Bill,3sg,pst,meet,Bill,who,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[there,arrived,Bill,who,fixed,[[the,car],[and],[the,mechanic]]],[and],[Bill,met,Bill,who,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {v_arrive:pst, {arrive_θ, {car_the, mechanic_the}}}}, {INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}}}}}}}}}
EXT: {[[[the,car],[and],[the,mechanic]],3sg,pst,arrive],[and],[Bill,3sg,pst,meet,Bill,who,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[[[the,car],[and],[the,mechanic]],arrived],[and],[Bill,met,Bill,who,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
EXT: {[there,3sg,pst,arrive,[[the,car],[and],[the,mechanic]]],[and],[Bill,3sg,pst,meet,Bill,who,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[there,arrived,[[the,car],[and],[the,mechanic]]],[and],[Bill,met,Bill,who,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {INFL_v, {{{Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}, {v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}}}}}}}}
EXT: Bill who 3sg pst fix {[the,car],[and],[the,mechanic]} {[3sg,pst,meet,Bill],[and],[3sg,pst,arrive]}
Spellout: Bill who fixed {[the,car],[and],[the,mechanic]} {[met,Bill],[and],[arrived]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {Bill, {v_meet:θ:pst, {meet_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}}}}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}}}}}}}}
EXT: {[Bill,3sg,pst,meet,Bill,who,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,3sg,pst,fix,[[the,car],[and],[the,mechanic]],3sg,pst,arrive]}
Spellout: {[Bill,met,Bill,who,fixed,[[the,car],[and],[the,mechanic]]],[and],[Bill,who,fixed,[[the,car],[and],[the,mechanic]],arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,3sg,pst,meet,Bill,who,3sg,pst,fix,[[the,car],[and],[the,mechanic]]],[and],[there,3sg,pst,arrive,Bill,who,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,met,Bill,who,fixed,[[the,car],[and],[the,mechanic]]],[and],[there,arrived,Bill,who,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
INT/EXT: {C, {{INFL_v, {{Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}}}, {v_meet:θ:pst, {meet_θ, Bill}}}}, {INFL_v, {v_arrive:pst, {arrive_θ, {Bill, {C_rel_who, {INFL_v, {Bill, {v_fix:θ:pst, {fix_θ, {car_the, mechanic_the}}}}}}}}}}}}
EXT: {[Bill,who,3sg,pst,fix,[[the,car],[and],[the,mechanic]],3sg,pst,meet,Bill],[and],[Bill,who,3sg,pst,fix,[[the,car],[and],[the,mechanic]],3sg,pst,arrive]}
Spellout: {[Bill,who,fixed,[[the,car],[and],[the,mechanic]],met,Bill],[and],[Bill,who,fixed,[[the,car],[and],[the,mechanic]],arrived]}
Blocked: inconsistent with input!
EXT: {[Bill,who,3sg,pst,fix,[[the,car],[and],[the,mechanic]],3sg,pst,meet,Bill],[and],[there,3sg,pst,arrive,Bill,who,3sg,pst,fix,[[the,car],[and],[the,mechanic]]]}
Spellout: {[Bill,who,fixed,[[the,car],[and],[the,mechanic]],met,Bill],[and],[there,arrived,Bill,who,fixed,[[the,car],[and],[the,mechanic]]]}
Blocked: inconsistent with input!
false.
103 ?- report.
REPORT LENGTH: 10857
true.
104 ?-