90 likes | 190 Views
LING 388: Language and Computers. Sandiway Fong Lecture 25. Administrivia. Reminder: Homework 8 due on Thursday. j g24.pl. S rules: for declarative, wh - and yes/no-questions, scrambled and unscrambled. j g24.pl. VP, sentence-final and case particle rules:. j g24.pl. Lexical items:.
E N D
LING 388: Language and Computers Sandiway Fong Lecture25
Administrivia • Reminder: • Homework 8 due on Thursday
jg24.pl • S rules: for declarative, wh- and yes/no-questions, scrambled and unscrambled
jg24.pl • VP, sentence-final and case particle rules:
jg24.pl • Lexical items:
Today’s Topic • Let’s have the Japanese grammar compute predicate-argument structures instead of syntactic parse trees: • taroo-gahon-o kaimashita • BuyerGoodspredicate(Framenet: Commerce_buy) • kaimashita(taroo,hon) for simplicity of implementation, let’s use the notation: • predarg(<Predicate>,<Argument1>,<Argument2>) • predarg(kau+past,taroo,hon)
Converting j24.pl • Step 1: remove the syntactic labels from the lexical rules New lexical rules:
Converting j24.pl • Step 2: change the S and VP rules to output predarg(V,Subject,Object,Mark)
Converting j24.pl • Let’s convert all the other rules: