static Set wordsWithoutWeakWords(S s) { ret setMinus(setMinusSet(wordsAsCISet(s), dm_getUnclearList("Weak words"), ">", "<")); }