!752 static new TreeSet notList; p { loadMicrotheory("#1002373"); } static void loadMicrotheory(S snippetID) { S text = loadSnippetThroughBot(snippetID); new Matches m; if (match("* is not an adjective", text, m)) notList.add(m.unq(0).toLowerCase()); } answer { if "is * an adjective" if (notList.contains(m.unq(0).toLowerCase())) ret "No"; }