static S ai_dropLeadingAdverbs(S s) { L tok = nlTok(s); int i = indexOfNotPredC(tok, f isAdverb); ret trimJoinSubList(tok, i-1); }