"<word>"
	"word" notwanted #1->0
	"word" notmeeither #1->0
"<word>"
	"word" notwanted #2->1
	"matchme" wanted #2->1
	"word" notmeeither #2->1
"<(>"
	"(" #3->2
"<inside>"
	"inside" inside #4->2
"<)>"
	")" #5->2
"<word>"
	"word" notwanted #6->2
	"word" notmeeither #6->2
"<last>"
	"last" last cohort #7->1
