static ItIt ai_iterator_starPatternFromFirstWords(S s) { LS tok = nlTok6(s); ret mapI(countIterator_exclusive(1, countTokens(tok)), n -> takeFirstTokens(n, tok) + " *"); }