!7 p-exp { S input = "hey, bot, what time is it yo bot please?"; Set set = mechSetCI("Appellations"); L tok = javaTokNPunctuation(input); for (Pair p : allTokSplits_dropN(tok)) { if (set.contains(simpleSpaces(join(p.b)))) print(join(p.a)); } }