Grammar Writing: Week 9: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
<span style="color: blue>Task 2:</span> | <span style="color: blue>Task 2:</span> | ||
Add the following words to the lexicon, giving each an empty COMPS list: she, her, happy. | Add the following words to the lexicon, giving each an empty COMPS list: she, her, happy. | ||
<span style="color: blue>Task 3:</span> | <span style="color: blue>Task 3:</span> | ||
Add the preposition ''on'' to the lexicon with COMPS <NP>. | Add the preposition ''on'' to the lexicon with COMPS <NP>. | ||
<span style="color: blue>Task 4:</span> | <span style="color: blue>Task 4:</span> | ||
If necessary, add lexical entries for the verbs likes, is, depends, and believes. Make sure that each verb has the COMPS list given above! | If necessary, add lexical entries for the verbs likes, is, depends, and believes. Make sure that each verb has the COMPS list given above! | ||
<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 rules do we need altogether? | ||
# likes her. | # likes her. |
Revision as of 13:03, 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 rules do we need altogether?
- likes her.
- is happy.
- depends on her.
- believes she is happy.