static Set wordsWithoutWeakWords(S s) { ret asCISet(antiFilter(setMinusSet(wordsAsCISet(s), dm_getUnclearList("Weak words")), x -> eqicOneOf(">", "<") || isDollarVariable(x))); }