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