$ runparser +c in > out
$ xtag.browserThen load a parse forest produced before.
$ print_deriv -p -f out | showtreesInspect the derivation trees:
$ print_deriv -d out | showtrees
$ xtag.show english ^alphanx0Vnx1$
$ xtag.show.word english likes "alphanx0Vnx1\[likes\]"
(1) Peter likes Mary .Where does the ambiguity come from; explain the second analysis.
(2) Mary takes a bath .Explain the difference between the two analyses with determiner a (not noun a).
(13) the music should have been being played .The auxiliaries all use elementary trees with the tree schema betaVvx. How do the actual elementary trees differ? Which feature controls the ordering of the auxiliaries?
(10) Peter expected him to come .There is one analysis with expected as an ecm verb; in this case the elementary tree for expected is betaXnx0Vs1.
Which feature makes sure expected assigns case to the subject of the embedded infinitive? (Look at the elementary trees for expected and for come.)
Now have a look at example
(11) Peter expected he to come .Why is no ecm analysis available for (11)?
(12) Peter wanted to come .Which feature expresses the fact that want is a subject-control verb?
(14) he hopes that Peter wins .
(15) that Peter wins annoys him .Consider only those analyses where that is a complementizer. How does the analysis of sentential subjects differ from the one of sentential complements? (Look at the derivation trees.)
(3) whom does Peter like .Choose the correct analysis (NP extraction, not S extraction).
Which feature establishes the link between the moved wh-element and its trace?
How does the verb assign case to the wh-element?
(4) whom Peter likes .Look at the output, you will see that the parser does not find an analysis.
Then have a look at the analysis of
(5) Peter, Mary likes .In both cases, the elementary tree for likes is the same as in the analysis of (3). Additionally to the usual feature unifications, a final unification of the invlink and wh features of the top S node of the matrix clause take place.
Explain why (4) cannot be parsed while (5) is grammatical.
(6) who comes .Why is it possible here to have no inversion? Is inversion still allowed? (Take a look at the analysis of (7):)
(7) who does Peter think comes .
(8) the man who arrives laughs .Now try
(9) the man who arriving laughs .You will see that there is no analysis with an arriving relative clause modifying man.
Why is this the case? (Look at the elementary tree of arrives in the analysis of (8).)