!7 p-exp { S input = "hey, bot, what time is it yo bot?"; Map wordTree = listToReversedWordTree(mL("Appellations")); L tok = javaTokNPunctuation(input); L indices = aOfPairs(matchEndUsingWordTree_all(tok, wordTree)); for (int i : indices) print(joinSubList(tok, 0, i)); }