Predicates and Arguments: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 6: | Line 6: | ||
'''Sample problem and solution:''' | '''Sample problem and solution:''' | ||
<span style="color: blue>They <u>called</u> the doctor.</span> | ''Example:'' <span style="color: blue>They <u>called</u> the doctor.</span><br> | ||
''Expected answer:''<br> | |||
x = They<br> | x = They<br> | ||
y = the doctor<br> | y = the doctor<br> |
Revision as of 11:00, 19 April 2017
Semantic analysis of sentences into predicates and arguments
Note: Many of the sentences in this section are taken from or based on examples in Hornby, A.S. (1975) Guide to Patterns and Usage in English. Second Edition. Cornelsen & Oxford University Press.
Sample problem and solution:
Example: They called the doctor.
Expected answer:
x = They
y = the doctor
z = -