static Set ai_allWordPrefixes(S s) { Set set = ciSet(); for (S t : words2_noNumbers(s)) addAll(set, allNemptyPrefixes(t)); ret set; }