 |
Modern Grammar - Assignment 9

James Madison University
|
Instructions: Find the answer to each of the questions below using the LLAMA-Syntax
applet at the bottom of this page. [The assignment will be marked only as an acceptable or unacceptable
effort.]
- What are the correct tree structures for the following noun phrases and
what are the phrase structure rules needed to build these tree structures? (Remember
that to test your rules you will also need to add categories and lexical items, and set
the parser to have NP as a top node.) HINT: REMEMBER THAT YOU CAN USE BAR LEVELS INSIDE
THE NP.
- a holiday
- the red caboose
- several small problems
- my house by the shore
- a few of the best musicians
- Which of the following sentences is structurally ambiguous? (HINT: THERE IS JUST
ONE.) Write a grammar
that will produce each possible tree structure for the sentences that are
structurally ambiguous. (Note: For this assignment you are using a full parser
that can search for more than one parse for each input string. Click on the
parser "tips" lightbulb for more information. Also, remember to set your Top Node
entry field back to S for this part of the assignment.)
- I met a professor in the English Department.
- Kids make nutritious snacks.
- Bob is avoiding Bill because he has started dating Kim.
Tips on using the Category Editor
Tips on using the Rule Editor
Tips on using the Lexicon Editor
Tips on using the Parser