Grammar Writing: Week 9: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
<span style="color: blue>Task 1:</span> | <span style="color: blue>Task 1:</span> | ||
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. | 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. | ||
<span style="color: blue>Task 2:</span> | <span style="color: blue>Task 2:</span> |
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.