Grammar Writing: Week 5: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 2: | Line 2: | ||
== Test Items | == Test Items == | ||
# lilly | # lilly |
Revision as of 10:04, 13 November 2017
Test Items
- lilly
- bo
t(3,"she",word,1,noun). t(4,"her",word,1,noun).
t(5,"smokes",word,1,verb). t(6,"likes",word,1,verb).
t(7,"lilly smokes",phrase,1,'sentence'). t(8,"bo smokes",phrase,1,'sentence'). t(9,"she smokes",phrase,1,'sentence'). t(10,"her smokes",phrase,0,'sentence').
t(11,"likes bo",phrase,1,'VP'). t(12,"likes her",phrase,1,'VP'). t(13,"likes she",phrase,0,'VP').
t(14,"lilly likes bo",phrase,1,'sentence'). t(15,"lilly likes her",phrase,1,'sentence'). t(16,"lilly likes she",phrase,0,'sentence').
t(17,"lilly bo likes",phrase,0,'sentence'). t(18,"likes lilly bo",(phrase,
syntax:head:s),0,'sentence').
t(19,"likes she her",phrase,0,'sentence').
t(20,"lilly smokes bo",phrase,0,'sentence'). t(21,"lilly likes",phrase,0,'sentence').