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