Libraryless. Click here for Pure Java version (4832L/31K/106K).
!7 static Set<S> adjectives = synchroHashSet(); p { time { File zip = loadLibrary("#1002313"); L<S> files = listZip(zip); for (S file : files) pcall { S html = loadTextFileFromZip(zip, file); L<S> tok = htmlcoarsetok(html); L<L<S>> lis = findContainerTag(tok, "li"); for (L<S> li : lis) if (l(li) >= 20) { //print(l(li)); // split at <br>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 loaded."); if (isMain()) printLines(sorted(adjectives)); } answer { if "number of adjectives" ret "" + l(adjectives); if (match("is * an adjective", s, m)) ret adjectives.contains(m.unq(0).toLowerCase()) ? "Yes" : "No"; }
Began life as a copy of #1002311
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment