!7 set flag NoFancyMechParsing. sclass MatchInput > DynPrintLogWithInput { start { dm_useLocallyCopiedMechLists(); } void update(S s) { L tok = printStruct(javaTokWithAngleBracketsC(print("\n> ", s))); SS categories = mechMapCI("Word categories"); printStruct(categories); for (S word : tok) printIfNempty(mechMapCI("Word => Function").get(word)); } }