Grammar Writing: Week 9: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 35: | Line 35: | ||
Total number of VP rules needed: __ | Total number of VP rules needed: __ | ||
= The greatest thing since the invention of sliced bread: the concept '''is the same as''' = |
Revision as of 13:07, 11 December 2017
More Complement Types
So far, we have only encountered three kinds of verbs, intransitive, transitive, and ditransitive verbs:
- dances: COMPS <>
- likes: COMPS <NP>
- gives: COMPS <NP,NP>
But, there are many more kinds of verbs in English. Restricting ourselves to verbs with one complement, we find the following:
- likes: COMPS <NP>
- is: COMPS <AP>
- depends: COMPS <PP>
- believes: COMPS <sentence>
Task 1:
Make sure that your type hierarchy contains the parts of speech: noun, verb, adj, and prep. If it lacks one or more of these parts of speech, then add them.
Task 2:
Add the following words to the lexicon, giving each an empty COMPS list: she, her, happy.
Task 3:
Add the preposition on to the lexicon with COMPS <NP>.
Task 4:
If necessary, add lexical entries for the verbs likes, is, depends, and believes. Make sure that each verb has the COMPS list given above!
Question
We want to write rules that license all the VPs below. How many rules do we need for each VP and how many VP rules do we need altogether?
- likes her. Number of VP rules: __
- is happy. Number of VP rules: __
- depends on her. Number of VP rules: __
- believes she is happy. Number of VP rules: __
Total number of VP rules needed: __