!752 static new Set adjectives; p { S html = loadSnippet("#3000151"); L tok = htmlcoarsetok(html); L> lis = findContainerTag(tok, "li"); for (L li : lis) if (l(li) >= 20) { print(l(li)); // split at
s for (int i = 2; i < l(li); i += 2) { S x = li.get(i).trim().toLowerCase(); if (!empty(x)) { // first word only (e.g. "avid for" => "avid") int idx = x.indexOf(' '); if (idx >= 0) x = x.substring(0, idx); adjectives.add(x); print(quote(x)); } } } print(l(adjectives) + " adjectives."); }