static Set uniqueWords_noNumbers(S s) { ret asCISet(antiFilter startsWithDigit(words(s))); }