!7 p-exp { S s = "hey bot yo what's the time yo?"; AI_BottomUpParser1 p = ai_emptyBUParser(); for (S a : mL("Appellations")) p.wordsToCategories.put(a, litset("")); p.parse(javaTokNPunctuation(s)); p.printWordsAndGroups(); }