Grammar Writing: Week 9: Difference between revisions
Jump to navigation
Jump to search
Line 27: | Line 27: | ||
<span style="color: blue>Question</span> | <span style="color: blue>Question</span> | ||
We want to write rules that license all the VPs below. How many rules do we need for each VP and how many rules do we need altogether? | 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 rules: __ | # likes her. Number of VP rules: __ | ||
# is happy. | # is happy. Number of VP rules: __ | ||
# depends on her. | # depends on her. Number of VP rules: __ | ||
# believes she is happy. | # believes she is happy. Number of VP rules: __ | ||
Total number of VP rules needed: __ |
Revision as of 13:06, 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: __