static Map tokCListToWordTree(LL l, S value) { Map tree = ciMap(); for (LS tok : unnull(l)) wordTreeAdd(tree, tok, value); ret simplifyWordTree(tree); }