static Cache> english1000VerbQuintuples_cache = new Cache(f english1000VerbQuintuples_load); static LL english1000VerbQuintuples() { ret english1000VerbQuintuples_cache!; } static LL english1000VerbQuintuples_load() { new LL out; for (S s : tlft_j(loadSnippet(#1010402))) { L l = splitAtSpace(s); if (l(l) != 6) { /*print("e1vq huh? " + s);*/ } else { l = dropFirst(l); out.add(l); } } ret out; }