static AIOperations ai_defaultOperations() { ret new AIOperations { Set extractPhrases(S s) { ret asCISet(words2_noNumbers(s)); } }; }