static timedCached[10.0] LPair ai_ngbWordList_withCount() { new LPair out; for (S s : mL("NGB Word List")) { LS l = splitAtSpace(s); out.add(pair(last(l), l(l) > 1 ? parseInt(first(l)) : 1)); } ret out; }