static L ai_uncategorizedWordsInSentence(S s) { ret [S word : uniquify(words(s)) | empty(ai_wordToCategories(word))]; }