"<all>"
	"all" predet sp
"<the>"
	"the" det def sp
	"the" det def skip
"<things>"
	"thing" n pl
"<.>"
	"." sent

"<potatoes>"
	"potato" n pl
"<are>"
	"be" vbser pl
	"be" snip1 snip2 snip3 snip4 vbser pl skip
"<the>"
	"the" det def pl
"<things>"
	"thing" n pl
"<.>"
	"." sent

"<all>"
	"all" predet sp
"<the>"
	"the" det def sp
"<pretty>"
	"pretty" adj
"<things>"
	"thing" n pl
"<.>"
	"." sent
